Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'init', function(){
- global $streamtube;
- if( ! $streamtube ){
- return;
- }
- remove_action( 'streamtube/single/video/control', array(
- $streamtube->get()->collection,
- 'frontend_the_collection_button'
- ) );
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement