This commit is contained in:
Chung Pham
2020-08-20 17:31:10 +07:00
parent a2415271a9
commit 8851716ddc
34 changed files with 5463 additions and 5035 deletions

View File

@@ -42,8 +42,8 @@ $messages = opalestate_get_message_by_user( $args );
echo paginate_links( [
'base' => add_query_arg( 'cpage', '%#%' ),
'format' => '',
'prev_text' => esc_html__( '«' ),
'next_text' => esc_html__( '»' ),
'prev_text' => esc_html__( '«', 'opalestate-pro' ),
'next_text' => esc_html__( '»', 'opalestate-pro' ),
'total' => ceil( $messages['total'] / $args['items_per_page'] ),
'current' => $args['cpage'],
] );