{"id":12586,"date":"2019-12-04T16:25:26","date_gmt":"2019-12-04T20:25:26","guid":{"rendered":"http:\/\/www.deviodigital.com\/?post_type=docupress&p=12586"},"modified":"2019-12-04T18:35:07","modified_gmt":"2019-12-04T22:35:07","slug":"how-to-add-custom-content-to-your-age-verification-popup","status":"publish","type":"docupress","link":"https:\/\/www.deviodigital.com\/articles\/how-to-add-custom-content-to-your-age-verification-popup\/","title":{"rendered":"How to add custom content to your Age Verification popup"},"content":{"rendered":"\n

Our Age Verification<\/a> plugin is built with you in mind, knowing that at times you’ll want to customize your site in a way that isn’t available via a default option.<\/p>\n\n\n\n

That’s where the plugin’s filters come in, because by adding a simple code snippet to your theme functions.php file, you can add new content via one of the included filters.<\/p>\n\n\n\n

Below is an example of how the default Age Verification popup looks.<\/p>\n\n\n\n

\"\"<\/figure><\/div>\n\n\n\n

This is the filter we’ll be using to add custom content to our popup:<\/p>\n\n\n\n

avwp_after_popup_content<\/p><\/blockquote>\n\n\n\n

The following code snippet will add a message about accepting your terms, but could easily be changed to display anything you’d like.<\/p>\n\n\n\n

\n