Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active July 29, 2017 17:49
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 braddalton/bb839b6c334fa3638450 to your computer and use it in GitHub Desktop.
Save braddalton/bb839b6c334fa3638450 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment