Created
November 15, 2017 10:54
-
-
Save wpflippercode/ee404676096cfbfbc978704a04606970 to your computer and use it in GitHub Desktop.
Change HTML Markup For Age Verification Popup Template
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_filter('agp_current_template_markup','agp_final_template_markup'); | |
function agp_final_template_markup($markup) { | |
//change popup markup before show | |
return $markup; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment