Skip to content

Instantly share code, notes, and snippets.

@shaunpalmer
Created June 26, 2021 03:48
Show Gist options
  • Save shaunpalmer/f5b22ee1f30a44fe4b5cccc892aa023c to your computer and use it in GitHub Desktop.
Save shaunpalmer/f5b22ee1f30a44fe4b5cccc892aa023c to your computer and use it in GitHub Desktop.
new dashicons
wp_register_style('my_plugin_name_dashicons', plugins_url( MY_PLUGIN_NAME.'/css/my-plugin-name.css'));
wp_enqueue_style('my_plugin_name_dashicons');
add_menu_page('My Plugin Settings', 'My Plugin Name', 'administrator', MY_PLUGIN_NAME, 'my_plugin_settings_page', 'dashicons-hanger');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment