Guest User

Untitled

a guest
Jul 20th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function my_function_show_more_author_recipes( $args ) {
  2.  
  3.     $args['posts_per_page'] = 12;
  4.     return $args;
  5. }
  6. 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