Advertisement
designbymerovingi

Untitled

Oct 3rd, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function mycred_pro_force_ssl_for_video( $output ) {
  2.  
  3.     return str_replace( 'http://', 'https://', $output );
  4.  
  5. }
  6. add_filter( 'mycred_video_output', 'mycred_pro_force_ssl_for_video' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement