Provide some simple functionality to register some hooks that could not register inside the WordPress themes
As of April 2026, LibWp is a WordPress theme plugin with 400 active installations and a 4/5 rating from 1 reviews. It has been downloaded 7.7K+ times in total. Requires WordPress 3.0+ and PHP 7.1+. Available on WordPress.org since 2012. Last updated 5 years ago — may have compatibility concerns. Top alternative: Kirki Customizer Framework.
Provide some simple functionality to register some hooks that could not register inside the WordPress themes
Get instance of main class.
LibWp();
Post type
LibWp()->postType();
Taxonomy
LibWp()->taxonomy();
LibWp()->postType()
->setName('book')
->setLabels([
'name' => _x('Books', 'Post type general name', 'textdomain'),
'singular_name' => _x('Book', 'Post type singular name', 'textdomain'),
'menu_name' => _x('Books', 'Admin Menu text', 'textdomain'),
'add_new' => __('Add New', 'textdomain'),
'edit_item' => __('Edit Book', 'textdomain'),
'view_item' => __('View Book', 'textdomain'),
'all_items' => __('All Books', 'textdoma…| WordPress | 3.0+ requiredTested up to 5.6.17 |
| PHP | 7.1+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.