Please add an email address. "; } else if (empty(sanitize_text_field($_POST['aurifox_api_auth']))) { echo "
Please add Authorization Key.
"; } else { echo "
Successfully updated aurifox plugin settings.
"; update_option( 'aurifox_api_email', trim(sanitize_email($_POST['aurifox_api_email']) )); update_option( 'aurifox_api_auth', trim(sanitize_text_field($_POST['aurifox_api_auth']) )); update_option( 'aurifox_display_method', sanitize_text_field($_POST['aurifox_display_method'] )); update_option( 'aurifox_favicon_method', sanitize_text_field($_POST['aurifox_favicon_method'] )); update_option( 'aurifox_additional_snippet', sanitize_key(htmlentities($_POST['aurifox_additional_snippet']) )); update_option( 'AURIFOX_API_URL', htmlentities($_POST['AURIFOX_API_URL']) ); } } ?>

Plugin Settings

Requirements

Interface : Connecting... CloudFlare: If you have blank pages, turn off minify for JavaScript.'; } ?> Permalinks: aurifox needs custom permalinks enabled!'; } else { echo 'Permalinks: Enabled'; } ?> CURL: Enabled' : 'Disabled' ?> File Get Contents: Enabled' : 'File Get Contents: Disabled' ; ?> Allow URL fopen: Enabled' : 'Allow URL fopen: Disabled' ; ?> =")) { echo 'PHP Version: '.PHP_VERSION.''; } else { echo 'PHP Version: This plugin requires PHP 5.3.0 or above.'; } ?>