Created
March 23, 2017 12:50
-
-
Save cheh/db58028d61b71f335931e7cc6dd4258f to your computer and use it in GitHub Desktop.
This file contains 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
add_filter( 'cherry_services_default_icon_format', 'foo_cherry_services_default_icon_format' ); | |
function foo_cherry_services_default_icon_format( $icon_format ) { | |
return '<i class="linearicon %s"></i>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment