Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 __construct
A
 add_custom_posts, tbkcp_register_post
 add_default_classes, tbkcp_tiny_mce_advanced
C
 check_for_updates, tbkcp_client_plugin
 custom_login_logo, tbkcp_admin_logo
 custom_login_url, tbkcp_admin_logo
F
 form_options
G
 gallery_images, tbkcp_custom_image_cropper
 get_breadcrumbs, tbkcp_theme_functions
 get_category_list, tbkcp_theme_functions
 get_child_or_sibling_pages, tbkcp_theme_functions
 get_config_alerts, tbkcp_client_plugin
 get_configuration_errors, tbkcp_admin_logo
 get_gallery_images, tbkcp_custom_image_cropper
 get_image, tbkcp_custom_image_cropper
 get_image_id_by_url, tbkcp_custom_image_cropper
 get_module_alerts, tbkcp_client_plugin
 get_nested_archives, tbkcp_theme_functions
 get_tag_list, tbkcp_theme_functions
 get_top_parent, tbkcp_theme_functions
H
 has_children, tbkcp_theme_functions
I
 instaniate_enabled_modules, tbkcp_client_plugin
L
 load_gform_assets, tbkcp_gravity_forms
 load_popup_assets, tbkcp_popup_dialog
 login_header_title, tbkcp_admin_logo
P
 paginate, tbkcp_ajax_pagination
R
 register_post_custom_init, tbkcp_register_post
 remove_extension, tbkcp_client_plugin
 retrieve_posts, tbkcp_ajax_pagination
T
 tbkcp_add_alerts, tbkcp_client_plugin
 tbkcp_load_scripts, tbkcp_client_plugin
 tbkcp_plugin_information, tbkcp_client_plugin
 tbkcp_settings, tbkcp_client_plugin
U
 user_profile_edit_action, tbkcp_admin_logo
 user_profile_update_action, tbkcp_admin_logo
W
 wp_list_post_types, tbkcp_theme_functions
function __construct()
Adds the user profile show and edit actions
function __construct()
Adds wp_ajax actions to retrieve posts.
function __construct()
Sets the default modules, Adds default actions and theme supports, Calls the instaniate_enabled_modules function, Checks for updates
function __construct()
includes the setup file for the plugin
function __construct()
Adds the enqueue script actions
function __construct()
adds the enqueue actions
function __construct()
Includes the plugins setup file and adds the fitler for the classes dropdown
function add_custom_posts($custom_posts)
adds the actions to register the posts
function add_default_classes($init_array)
Adds in the admin set classes into the editor dropdown
function check_for_updates()
Checks out repo /dist folder for a new deployment
function custom_login_logo()
Sets the logo image and new dimensions
function custom_login_url()
Sets the logo url to the front end link
function form_options()
Allows admins to specify new user meta with a comma seperated string
function form_options()
Shows a list of current image sizes
function form_options()
Takes a comma seperated list of classes and adds them tp the wp options
function gallery_images($atts)
Extracts the shortcode parms, adds the image sizes, displays the main and thumbnail images, defines the click actions
function get_breadcrumbs()
Returns a linked list of the breadcrumb trail
function get_category_list()
Returns an array of linked post categories
function get_child_or_sibling_pages($new_args = array(),
$post =  null)
Get the child pages if on parent or sibling pages if in parent.
function get_config_alerts()
Loops throught the user set modules.
function get_configuration_errors()
An annoying warning message for the admins if something is not right
function get_gallery_images($exclude_image_ids)
Retreives the gallery images (excluding the post thumbnail, inserted images, and any excluded ids set in the shortcode parms)
function get_image()
Retrieves the image from the server
function get_image_id_by_url($image_url)
Helper function to retrieve the image id by url (for excluding inserted images)
function get_module_alerts()
Compares the default modules with those already set, returns a list of missing defaults
function get_nested_archives()
Gets a year/month list of archives
function get_tag_list()
Returns a comma seperated list of all the post tag names
function get_top_parent()
Gets the top most parent page’s title and id
function has_children($new_args = array())
Checks if a certian page/post/custom-post has children
function instaniate_enabled_modules()
Will initialize the classes of any of the checked off modules in the admin settings.
function load_gform_assets()
loads the extra js and css
function load_popup_assets()
loads the popup_dialog.js script
function login_header_title()
Sets the title of the login to the blog name
function paginate($new_args)
Displays the numbered pagination, prints the jquery for the click actions
function register_post_custom_init($custom_posts)
Sets the registered posts labels and args.
function remove_extension($filename)
Helper to remove extension from a file name
function retrieve_posts()
Will retrieve the post list depending on the pagination # clicked
function tbkcp_add_alerts()
Script to add the annoying admin warnings
function tbkcp_load_scripts()
Load in default scripts
function tbkcp_plugin_information()
Returns the plugin information
function tbkcp_settings()
The form handling and form markup for including modules
function user_profile_edit_action($user)
Shows the new labels in the user settings based on the inputted string in the form options
function user_profile_update_action($user_id)
Updates the user profile settings with the new user meta
function wp_list_post_types($args)
Lists out post types in the wp_list_pages style (called by get_child_or_sibling_pages if custom post type detected)
Close