Last active
July 3, 2023 11:07
-
-
Save akther80/8a3c930b0361a1a6c450b780f388e0f5 to your computer and use it in GitHub Desktop.
Vodi - Remove watch now button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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