Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created October 20, 2019 05:46
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 shameemreza/b095261830a6b94b06be6fc024e27f98 to your computer and use it in GitHub Desktop.
Save shameemreza/b095261830a6b94b06be6fc024e27f98 to your computer and use it in GitHub Desktop.
// Use Ionicons in WordPress
add_action( 'wp_enqueue_scripts', 'shameem_enqueue_ionicons' );
function shameem_enqueue_ionicons() {
wp_enqueue_style( 'ionicons', '//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', array(), CHILD_THEME_VERSION );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment