芝麻web文件管理V1.00
编辑当前文件:/home4/randall/www/sl/wp-content/plugins/cloudflare/index.php
getValue('debug')); $dataStore = new CF\WordPress\DataStore($logger); $wordpressAPI = new CF\WordPress\WordPressAPI($dataStore); $pluginData = get_plugin_data(CLOUDFLARE_PLUGIN_DIR.'cloudflare.php'); $pluginVersion = $pluginData['Version']; wp_register_style('cf-corecss', plugins_url('stylesheets/cf.core.css', __FILE__), null, $pluginVersion); wp_enqueue_style('cf-corecss'); wp_register_style('cf-componentscss', plugins_url('stylesheets/components.css', __FILE__), null, $pluginVersion); wp_enqueue_style('cf-componentscss'); wp_register_style('cf-hackscss', plugins_url('stylesheets/hacks.css', __FILE__), null, $pluginVersion); wp_enqueue_style('cf-hackscss'); wp_enqueue_script('cf-compiledjs', plugins_url('compiled.js', __FILE__), null, $pluginVersion); ?>