Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_function_show_more_author_recipes( $args ) {
- $args['posts_per_page'] = 12;
- return $args;
- }
- add_filter( 'rcps_filter_args_author_query_recipes', 'my_function_show_more_author_recipes', 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment