Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 17, 2016 12:44
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 rickrduncan/c246ca2b6b1404adfa3f to your computer and use it in GitHub Desktop.
Save rickrduncan/c246ca2b6b1404adfa3f to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag
//* Enqueue Dashicons
add_action( 'wp_enqueue_scripts', 'b3m_enqueue_dashicons' );
function b3m_enqueue_dashicons() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment