• Resolved tylerbeckert

    (@tylerbeckert)


    I need to insert some PHP code in a page, which was working with the Allow PHP plugin prior to the recent update.

    Specifically, I have a page containing a custom HTML form with a reCaptcha verification, which needs to be displayed by inserting this code into the page:

    <?php
              require_once('https://mywebsite.org/recaptchalib.php');
              $publickey = "xxxxxxxxxxxx ";
              echo recaptcha_get_html($publickey);
            ?>

    I can’t get any PHP code embedded in my page for that matter – any help would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try Insert PHP plugin

    Thread Starter tylerbeckert

    (@tylerbeckert)

    Thanks Media X, this plugin appears to do what it’s supposed to do!

    I’m still experiencing another issue with the Captcha not working, and had a strange issue with this plugin causing my page not to display, but am marking this issue resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow PHP code in WP 3.6.1??’ is closed to new replies.