Advertisement
phpface

Untitled

Jun 12th, 2023
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. add_filter( 'streamtube/core/woocommerce/sell_content/player/heading', function( $text, $player, $ref_product_id ){
  3.  
  4.     $text = esc_html__( 'Purchase required', 'streamtube-child' );
  5.  
  6.     return $text;
  7.  
  8. }, 10, 3 );
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement