update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?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>
|
||||
<p><?php esc_html_e( 'Your package has 0 listings left, you can\'t add any more until you upgrade your plan', 'opalestate-pro' ); ?></p>
|
||||
<p><a href="<?php echo opalmembership_get_membership_page_uri(); ?>" class="btn btn-primary"><?php esc_html_e( 'Click this link to see plans', 'opalestate-pro' ); ?></a></p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -9,8 +9,8 @@ if ( $wp_query->max_num_pages <= 1 ) {
|
||||
}
|
||||
|
||||
$args = apply_filters( 'opalestate_pagination_args', [
|
||||
'prev_text' => __( '«' ),
|
||||
'next_text' => __( '»' ),
|
||||
'prev_text' => __( '«', 'opalestate-pro' ),
|
||||
'next_text' => __( '»', 'opalestate-pro' ),
|
||||
'type' => 'list',
|
||||
] );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user