Skip to content

Instantly share code, notes, and snippets.

@yasircs4
Created October 2, 2016 23:43
Show Gist options
  • Save yasircs4/f9052e25f2944951847b6865ca48d1f7 to your computer and use it in GitHub Desktop.
Save yasircs4/f9052e25f2944951847b6865ca48d1f7 to your computer and use it in GitHub Desktop.
Enqueue Dashicons with the Genesis Framework.
<?php
//* Do NOT include the opening php tag
//* Enqueue Dashicons
add_action( 'wp_enqueue_scripts', 'enqueue_dashicons' );
function enqueue_dashicons() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment