'; if ( version_compare( $GLOBALS['wp_version'], FUSION_CORE_MIN_WP_VER_REQUIRED, '<' ) ) { printf( /* Translators: 1 is the required WordPress version and 2 is the user's current version. */ '
' . esc_html__( 'Avada Core requires at least WordPress version %1$s. You are running version %2$s. Please upgrade and try again.' ) . '
', esc_html( FUSION_CORE_MIN_WP_VER_REQUIRED ), esc_html( $GLOBALS['wp_version'] ) ); } if ( version_compare( PHP_VERSION, FUSION_CORE_MIN_PHP_VER_REQUIRED, '<' ) ) { printf( /* Translators: 1 is the required PHP version and 2 is the user's current version. */ '' . esc_html__( 'Avada Core requires at least PHP version %1$s. You are running version %2$s. Please upgrade and try again.' ) . '
', esc_html( FUSION_CORE_MIN_PHP_VER_REQUIRED ), esc_html( PHP_VERSION ) ); } echo ''; }