Last active
January 27, 2019 11:16
-
-
Save deeman/6b9e2edd154261fd4b45568def82c720 to your computer and use it in GitHub Desktop.
Enqueue the Dashicons script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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