Skip to content

Instantly share code, notes, and snippets.

@akther80
Last active July 3, 2023 11:07
Show Gist options
  • Save akther80/8a3c930b0361a1a6c450b780f388e0f5 to your computer and use it in GitHub Desktop.
Save akther80/8a3c930b0361a1a6c450b780f388e0f5 to your computer and use it in GitHub Desktop.
Vodi - Remove watch now button
add_action( 'init', 'vodi_child_remove_movie_action_buttons');
function vodi_child_remove_movie_action_buttons() {
remove_action( 'masvideos_after_movies_loop_item_title', 'masvideos_template_loop_movie_actions', 20 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment