Advertisement
phpface

Untitled

May 3rd, 2022
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter( 'streamtube/core/video/download_files_settings', function( $settings ){
  2.     $settings['button_label'] = 'custom download text';
  3.     return $settings;
  4. }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement