Skip to content

Christopher Davis

  • About
  • Twitter
  • LinkIn
  • Github

Category: WordPress

How to Add WordPress Admin Pages

February 12, 2018February 12, 2018 Christopher Davis
Sorry You Are Not Allowed to Access This Page

Sometimes a plugin or theme needs a new page in the admin area, this is post will explain how to do this. There are a number of functions that can be called to make this happen, but they all use add_menu_page or add_submenu_page. Want to see how this all fits together? The code is on… Continue reading How to Add WordPress Admin Pages →

Posted in WordPress Admin Area

How to Bootstrap a WordPress Plugin

February 12, 2018February 12, 2018 Christopher Davis
Bootstrapping WordPress Plugins

When WordPress fires up one of the steps along the way is looking for and loading plugins. This happens before the current theme is loaded and after most of the core and must-use plugins are loaded and setup. This process can be seen in wp-settings.php. The gist is that the plugin file is simply loaded… Continue reading How to Bootstrap a WordPress Plugin →

Posted in WordPress Plugins
Blog at WordPress.com.
  • Follow Following
    • Christopher Davis
    • Already have a WordPress.com account? Log in now.
    • Christopher Davis
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...