*/ /** * Do not execute this file directly. */ if (!defined('ABSPATH')) { exit; } use \blobfolio\wp\meow\ajax; $data = array( 'forms'=>array( 'pro'=>array( 'action'=>'meow_ajax_pro', 'n'=>ajax::get_nonce(), 'license'=>\blobfolio\wp\meow\options::get('license'), 'errors'=>array(), 'saved'=>false, 'loading'=>false ) ) ); $license = \blobfolio\wp\meow\license::get($data['forms']['pro']['license']); $data['license'] = $license->get_license(); ?>
' . esc_html__('Please ask your system administrator to enable the OpenSSL PHP extension. Without this, your site will be unable to decode and validate the license details itself. In the meantime, Apocalypse Meow will try to offload this task to its own server. This should get the job done, but won\'t be as efficient and could impact performance a bit.', 'apocalypse-meow') . '
'; // @codingStandardsIgnoreEnd echo '{{error}}