[KB_Includes] element index

Package indexes

All elements
a b c h i k l m p r s _
_
top
Method __construct
KB_Singleton::__construct() in kb-singleton.php
The constructor must be hidden.
Method __construct
KB_Plugin::__construct() in kb-plugin.php
Method __construct
KB_Cpt::__construct() in kb-cpt.php
Constructor -- check if the 'init' action has run and accordingly register the post type.
Method __construct
Hooks based on docs
Method __construct
KB_Admin::__construct() in kb-admin.php
The constructor, conditionally initializes the requirements for the plugin.
a
top
Method add_to_menu
KB_Admin::add_to_menu() in kb-admin.php
Add menus and determine the hook.
b
top
Method body
KB_Admin::body() in kb-admin.php
Extend this function to actually display the contents of the page. Should echo the data to be displayed.
Method body_wrapper
KB_Admin::body_wrapper() in kb-admin.php
Output minimal boiler-plate HTML to make the page behave.
c
top
Variable $capability
KB_Admin::$capability in kb-admin.php
Capability at which this page can be shown.
Method current_page
KB_Admin::current_page() in kb-admin.php
Returns true if the current page is the one added by this class.
Method customize_screen
Override to customize the screen--screen options, etc.
h
top
Method help
KB_Admin::help() in kb-admin.php
Override to modify the help message.
Method hook_page
KB_Admin::hook_page() in kb-admin.php
Add a page to be loaded for the specified slug. Do not over-ride.
Method hook_page_title
Set the title of a page defined without any entry in the menu.
i
top
Variable $icon
KB_Admin::$icon in kb-admin.php
Icon to be added in the menu.
Variable $instance
KB_Singleton::$instance in kb-singleton.php
Storing the instance
Method init
KB_Admin::init() in kb-admin.php
Wrapper for conditionally loading resources
k
top
Page kb-admin.php
kb-admin.php in kb-admin.php
Page kb-at.php
kb-at.php in kb-at.php
Page kb-cpt.php
kb-cpt.php in kb-cpt.php
Page kb-plugin.php
kb-plugin.php in kb-plugin.php
Page kb-singleton.php
kb-singleton.php in kb-singleton.php
Class KB_Admin
KB_Admin in kb-admin.php
Generic Class that can be extended for creating admin screens for plugins.
Class KB_At
KB_At in kb-at.php
Syntactic sugar for adding functions to actions/filters.
Class KB_Cpt
KB_Cpt in kb-cpt.php
Generic class to handle common CPT functionality.
Class KB_Plugin
KB_Plugin in kb-plugin.php
Base class for plugins.
Class KB_Singleton
KB_Singleton in kb-singleton.php
Singleton abstract class.
Page kb-admin.php
kb-admin.php in kb-admin.php
Page kb-at.php
kb-at.php in kb-at.php
l
top
Method load_resources
Override to load resources as required
m
top
Variable $menu_title
KB_Admin::$menu_title in kb-admin.php
Menu title
p
top
Variable $page_title
KB_Admin::$page_title in kb-admin.php
Page title
Variable $parent
KB_Admin::$parent in kb-admin.php
Parent Menu
Variable $position
KB_Admin::$position in kb-admin.php
Position in the menu
r
top
Method register
KB_Cpt::register() in kb-cpt.php
s
top
Variable $slug
KB_Admin::$slug in kb-admin.php
Store slug used for the page.
Method set_current_page
Runs only if the page corresponding to this class is called.
Method singleton
KB_Singleton::singleton() in kb-singleton.php
The singleton function must control access
a b c h i k l m p r s _