Advertisement
phpface

Untitled

Aug 23rd, 2022 (edited)
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_action( 'pre_get_posts', function( &$query ){
  2.     if( $query->is_author ){
  3.         $query->set( 'post_type', array( 'video', 'post' ) );
  4.     }
  5. }, 100, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement