Advertisement
phpface

Remove Collection

Oct 25th, 2022 (edited)
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. $collection = $GLOBALS['streamtube']->get()->collection;
  2. remove_action( 'streamtube/single/video/control', array( $collection, 'frontend_the_collection_button' ) );
  3. remove_action( 'streamtube/post/thumbnail/after', array( $collection, 'frontend_the_watch_later_button' ) );
  4. remove_action( 'streamtube/flat_post/item', array( $collection, 'frontend_the_watch_later_button' ) );
  5. remove_action( 'wp', array( $collection, 'frontend_add_post_history' ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement