芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/_alpage-services.fr/wp-content/plugins/bwp-minify/bwp-minify.php
Minify and relies on WordPress's enqueueing system rather than the output buffer (will not break your website in most cases). This plugin is very customizable and easy to use. Version: 1.3.3 Text Domain: bwp-minify Domain Path: /languages/ Author: Khang Minh Author URI: http://betterwp.net License: GPLv3 or later */ // In case someone integrates this plugin in a theme or calling this directly if (class_exists('BWP_MINIFY') || !defined('ABSPATH')) return; // Init the plugin require_once dirname(__FILE__) . '/includes/class-bwp-minify.php'; $bwp_minify = new BWP_MINIFY();