Skip to content

Instantly share code, notes, and snippets.

@cheh
Created March 23, 2017 12:50
Show Gist options
  • Save cheh/db58028d61b71f335931e7cc6dd4258f to your computer and use it in GitHub Desktop.
Save cheh/db58028d61b71f335931e7cc6dd4258f to your computer and use it in GitHub Desktop.
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