Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Last active September 4, 2016 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameskoster/7942759 to your computer and use it in GitHub Desktop.
Save jameskoster/7942759 to your computer and use it in GitHub Desktop.
Enqueue dashicons
add_action( 'wp_enqueue_scripts', 'themename_scripts' );
function themename_scripts() {
wp_enqueue_style( 'themename-style', get_stylesheet_uri(), array( 'dashicons' ), '1.0' );
}
@DogGuyJosh
Copy link

Is this a jquery substitute method? Does it pull the standard Dashboard icons for WordPress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment