Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created October 9, 2014 00:42
Show Gist options
  • Save danielmcclure/b044907c4ba07df2973c to your computer and use it in GitHub Desktop.
Save danielmcclure/b044907c4ba07df2973c to your computer and use it in GitHub Desktop.
Frontend Dashicons
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