Advertisement
phpface

Untitled

Nov 30th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. if( ! function_exists( 'videotube_mars_main_widget_args' ) ){
  2.     function videotube_mars_main_widget_args( $args ) {
  3.         $args['post_type'] = array( 'post','video' );
  4.         return $args;
  5.     }
  6.     add_filter( 'mars_main_widget_args' , 'videotube_mars_main_widget_args', 10, 1 );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement