• Is there an existing setting for this plugin to allow the “Ok” (confirmation) button to be sent to a different URL other than the site’s Home page? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @neochrome,

    I should point out first that Age Gate directs to the page you’re on, not just the home page. But that said, you can do this with a filter:

    add_filter('age_gate/success/redirect', function() {
        return 'your url or server path here';
    });

    Thanks
    Phil

    Thread Starter neochrome

    (@neochrome)

    Hi @philsbury thanks so much for an awesome plugin and your answer.

    You’re right I forgot to mention that it takes you to the page URL you’re normally on already.

    So would I add your code to “age-gate.php” file or to the functions file of the active WP Theme?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set link for “Ok” to another URL other than Home page’ is closed to new replies.