Changeset 2584989
- Timestamp:
- 08/18/2021 04:49:29 PM (5 years ago)
- Location:
- blaze-css/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
blaze-css.php (modified) (1 diff)
-
lib/Plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blaze-css/trunk/README.txt
r2499500 r2584989 5 5 Requires at least: 4.1 6 6 Tested up to: 5.7 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
blaze-css/trunk/blaze-css.php
r2499500 r2584989 17 17 * Plugin URI: https://github.com/wpmotto/wp-blaze-css 18 18 * Description: WordPress plugin to render your CSS as fast as possible. Crush your lighthouse scores by simply activating the plugin. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Motto 21 21 * Author URI: https://motto.ca -
blaze-css/trunk/lib/Plugin.php
r2567479 r2584989 102 102 $plugin_admin = new Admin( $this ); 103 103 104 $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );105 $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );104 // $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' ); 105 // $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' ); 106 106 107 107 } … … 126 126 */ 127 127 // $this->loader->add_action( 'get_footer', $plugin_frontend, 'generateCSS' ); 128 $this->loader->add_action( 'wp_enqueue_scripts', $plugin_frontend, 'removeQueued', 99 );128 // $this->loader->add_action( 'wp_enqueue_scripts', $plugin_frontend, 'removeQueued', 99 ); 129 129 130 130 // to logged in users
Note: See TracChangeset
for help on using the changeset viewer.