Advertisement
phpface

Untitled

Aug 22nd, 2023
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_filter( 'streamtube/core/public_scripts/localize', function( $vars ){
  2.     return array_merge( $vars, array(
  3.         'upnext_time'   =>  3
  4.     ) );
  5. }, 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement