Using the user profile hooks WordPress already has, KB Support provides additional hooks that ensure all custom user fields created by any KB Support extension are grouped together under a user profile page header section called KB Support.
KBS_ARTICLE_SLUG
The KBS_ARTICLE_SLUG constant enables you to change the post type slug of the article post type. By default the slug is article which means that URLs will look like http://yoursite.com/articles/ for the article archive and http://yoursite.com/articles/article-name for individual articles but by defining this constant within your theme’s functions.php file, or any custom plugin file, you can update the slug to be […]
Plugin Extension Boilerplate
The plugin extension boilerplate is defined to provide a standard format for developers to use when writing extensions to the KB Support plugin.
