Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ( ! function_exists( 'vodi_child_remove_single_video_show_hide' ) ) {
  2. function vodi_child_remove_single_video_show_hide( $value ) {
  3. if ( is_video() ) {
  4. return false;
  5. }
  6. return $value;
  7. }
  8. }
  9. add_filter( 'vodi_enable_vodi_readmore', 'vodi_child_remove_single_video_show_hide', 10 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement