Opal-Estate-Pro/templates/parts/membership-warning.php
2019-09-10 11:27:33 +07:00

7 lines
426 B
PHP
Executable File

<?php if( !opalesate_check_has_add_listing( $user_id ) ): ?>
<div class="alert alert-warning">
<p><?php esc_html_e( 'Your package has 0 left listing, you could not add any more. Please upgrade now', 'opalestate-pro' );?></p>
<p><a href="<?php echo opalmembership_get_membership_page_uri();?>" class="btn btn-primary"><?php esc_html_e( 'Click to this link to see plans', 'opalestate-pro' );?></a></p>
</div>
<?php endif; ?>