Advertisement
phpface

Untitled

Apr 10th, 2022
1,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. /**
  2.  *
  3.  * Set main content width size
  4.  *
  5.  * @param string $width
  6.  *
  7.  */
  8. add_filter( 'streamtube_main_content_size', function( $width ){
  9.     return 9;
  10. }, 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement