We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5685c1 + c188e7d commit 77da69fCopy full SHA for 77da69f
inc/Services/Assets.php
@@ -36,7 +36,7 @@ public function boot( Service_Container $container ): void {
36
*/
37
add_action( 'wp', [ $this, 'register_assets' ] );
38
add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_scripts' ] );
39
- add_action( 'wp_print_styles', [ $this, 'enqueue_styles' ] );
+ add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_styles' ] );
40
add_filter( 'stylesheet_uri', [ $this, 'stylesheet_uri' ] );
41
add_filter( 'wp_login_page_theme_css', [ $this, 'login_stylesheet_uri' ] );
42
}
0 commit comments