Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kevin Vess

    (@kevinvess)

    You would add this code to your theme’s functions.php file.

    Thread Starter myblackf150

    (@myblackf150)

    Thank you Kevin!! ??

    Sorry to ask, where on the code do I specify which page I’d like to bypass please?

    // Allow URL
    if ( ‘/page-name/’ === $url_path ) {
    $bypass = true;
    }

    Just change /page-name/ to the page name and that is all right?

    Thank you in advance.

    • This reply was modified 3 years, 10 months ago by myblackf150.
    • This reply was modified 3 years, 10 months ago by myblackf150.
    Thread Starter myblackf150

    (@myblackf150)

    Dumb question. I figured it out. Apologies.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where to place bypass code in WordPress?’ is closed to new replies.