Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Last active April 3, 2024 20:59
Show Gist options
  • Save supermarsx/d6f84c1dbf1b16cd72fad80fee29b042 to your computer and use it in GitHub Desktop.
Save supermarsx/d6f84c1dbf1b16cd72fad80fee29b042 to your computer and use it in GitHub Desktop.
Add fonts and styles to login and admin pages Wordpress
(...)
add_action( 'wp_enqueue_scripts', array( $this, 'preload_styles' ), 1 );
add_action( 'admin_enqueue_scripts', array( $this, 'preload_styles' ), 1 );
add_action( 'login_enqueue_scripts', array( $this, 'preload_styles' ), 1 );
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment