Advertisement
phpface

Untitled

Jul 3rd, 2022
1,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_action( 'streamtube/single/video/control', function(){
  2.     ?>
  3.     <button class="btn btn-secondary">Test Button</button>
  4.     <?php
  5. }, 20 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement