Skip to content

Instantly share code, notes, and snippets.

@deeman
Last active January 27, 2019 11:16
Show Gist options
  • Select an option

  • Save deeman/6b9e2edd154261fd4b45568def82c720 to your computer and use it in GitHub Desktop.

Select an option

Save deeman/6b9e2edd154261fd4b45568def82c720 to your computer and use it in GitHub Desktop.
Enqueue the Dashicons script
//Enqueue the Dashicons script
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