php_version, '>' );
$php_version_recommend = version_compare( $php_version, '7.4', '<' );
$dom_ext = extension_loaded( 'dom' );
$simplexml_ext = extension_loaded( 'SimpleXML' );
$image_ext = extension_loaded( 'gd' ) || extension_loaded( 'imagick' );
$mb_string = extension_loaded( 'mbstring' );
$openssl = extension_loaded( 'openssl' );
$base64_func = function_exists( 'base64_encode' ) && function_exists( 'base64_decode' ) && (bool) base64_decode( base64_encode( '1' ) );
$all_good = $php_version_ok && $dom_ext && $simplexml_ext && $image_ext && $mb_string && $openssl && $base64_func;
?>
cmb->show_form(); ?>
' . esc_html__( 'More information', 'rank-math' ) . '' : esc_html__( 'This plugin is compatible with your PHP version but we recommend updating to PHP 7.4 for increased speed and security.', 'rank-math' ); ?> |
|
---|---|
get_conflicting_plugins(); ?>
' . esc_html__( 'You can import settings in the next step.', 'rank-math' ) . '' : '' ); ?> |