/* custom theme options menu on the admin dashboard call get_option function for fetch the value. For Example: for receiving a value of facebook url get_option("facebook_url"); */ add_action('admin_menu', 'my_theme_options'); function my_theme_options(){ add_menu_page( "Theme options", "Theme options", "manage_options", "theme-options", "my_theme_option_functions", "dashicons-category" ); } function my_theme_option_functions(){ ?>Theme Options Panel
About the Author
Recent Posts
-
Custom Theme Customize Options June 4, 2020
-
How Nancy Reagan Gave Glamour And Class To The White House June 4, 2020
-
Mark Steinberg Reads Donald Trump’s Mean Tweets On Kimmel June 4, 2020
Popular Posts
-
Create Custom Menu In Wordpress November 24, 2019
-
How To Add Custom Meta Box In A Post? March 12, 2020
-
Program Will Lend $10m To New Detroit Minority Businesses June 4, 2020