Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 15, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpflippercode/ee404676096cfbfbc978704a04606970 to your computer and use it in GitHub Desktop.
Save wpflippercode/ee404676096cfbfbc978704a04606970 to your computer and use it in GitHub Desktop.
Change HTML Markup For Age Verification Popup Template
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