Allow PHP code in WP 3.6.1??
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Allow PHP code in WP 3.6.1??’ is closed to new replies.