Created
June 26, 2021 03:48
-
-
Save shaunpalmer/f5b22ee1f30a44fe4b5cccc892aa023c to your computer and use it in GitHub Desktop.
new dashicons
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
| 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