Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'streamtube/core/video/download_files_settings', function( $settings ){
- $settings['button_label'] = 'custom download text';
- return $settings;
- }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement