Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created December 5, 2013 10:35
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/7803271 to your computer and use it in GitHub Desktop.
Save jameskoster/7803271 to your computer and use it in GitHub Desktop.
enqueue dashicons
add_action( 'wp_enqueue_scripts', 'jk_load_dashicons' );
function jk_load_dashicons() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment