update
This commit is contained in:
@@ -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