$#! | |
__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 |
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 __construct()
adds the actions to register the posts
function add_custom_posts( $custom_posts )
Adds in the admin set classes into the editor dropdown
function add_default_classes( $init_array )
Checks out repo /dist folder for a new deployment
function check_for_updates()
Sets the logo image and new dimensions
function custom_login_logo()
Sets the logo url to the front end link
function custom_login_url()
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 form_options()
Extracts the shortcode parms, adds the image sizes, displays the main and thumbnail images, defines the click actions
function gallery_images( $atts )
Returns a linked list of the breadcrumb trail
function get_breadcrumbs()
Returns an array of linked post categories
function get_category_list()
Get the child pages if on parent or sibling pages if in parent.
function get_child_or_sibling_pages( $new_args = array(), $post = null )
Loops throught the user set modules.
function get_config_alerts()
An annoying warning message for the admins if something is not right
function get_configuration_errors()
Retreives the gallery images (excluding the post thumbnail, inserted images, and any excluded ids set in the shortcode parms)
function get_gallery_images( $exclude_image_ids )
Retrieves the image from the server
function get_image()
Helper function to retrieve the image id by url (for excluding inserted images)
function get_image_id_by_url( $image_url )
Compares the default modules with those already set, returns a list of missing defaults
function get_module_alerts()
Gets a year/month list of archives
function get_nested_archives()
Returns a comma seperated list of all the post tag names
function get_tag_list()
Gets the top most parent page’s title and id
function get_top_parent()
Checks if a certian page/post/custom-post has children
function has_children( $new_args = array() )
Will initialize the classes of any of the checked off modules in the admin settings.
function instaniate_enabled_modules()
loads the extra js and css
function load_gform_assets()
loads the popup_dialog.js script
function load_popup_assets()
Sets the title of the login to the blog name
function login_header_title()
Displays the numbered pagination, prints the jquery for the click actions
function paginate( $new_args )
Sets the registered posts labels and args.
function register_post_custom_init( $custom_posts )
Helper to remove extension from a file name
function remove_extension( $filename )
Will retrieve the post list depending on the pagination # clicked
function retrieve_posts()
Script to add the annoying admin warnings
function tbkcp_add_alerts()
Load in default scripts
function tbkcp_load_scripts()
Returns the plugin information
function tbkcp_plugin_information()
The form handling and form markup for including modules
function tbkcp_settings()
Shows the new labels in the user settings based on the inputted string in the form options
function user_profile_edit_action( $user )
Updates the user profile settings with the new user meta
function user_profile_update_action( $user_id )
Lists out post types in the wp_list_pages style (called by get_child_or_sibling_pages if custom post type detected)
function wp_list_post_types( $args )