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

@@ -9,8 +9,8 @@ if ( $wp_query->max_num_pages <= 1 ) {
}
$args = apply_filters( 'opalestate_pagination_args', [
'prev_text' => __( '&laquo;' ),
'next_text' => __( '&raquo;' ),
'prev_text' => __( '&laquo;', 'opalestate-pro' ),
'next_text' => __( '&raquo;', 'opalestate-pro' ),
'type' => 'list',
] );