Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2781 days ago
Is WPLib abandoned?
Possibly abandoned (last update 2781 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WPLib is a plugin designed to be used as a Must-Use plugin or to be embedded in a theme to enable the development of complex yet robust and performant WordPress applications and websites.
WPLib is a foundation library upon which robust applications can be developed. WPLib is not intended for use by end-users but instead by professional PHP developers who are tasked with building specific applications or sites on the WordPress platform by their company or their clients.
Think of developing with WPLib to be somewhat like:
“The joy of programming in Lavarel while respecting everything about WordPress that makes it an ideal platform for developing content management solutions.”
The WPLib source code is hosted and development occurs on GitHub and the documentation site will soon be located at wplib.org.
Documentation
You will find documentation in its current state on the wiki.
Installation
See the [docs to come soon].
Frequently Asked Questions
Installation Instructions
See the [docs to come soon].
I have installed it and it does not do anything
That is because it is for PHP developers, not end-users. If you are a PHP developer see the [docs to come soon] to learn more.
Review feed
Screenshots
Changelog
0.14.5
- Allowed add_class_action() and add_class_filter() to transform periods in hook names to underscores in hook methods.
- Changed from esc_attr() to sanitize_html_class() for class sanitization in _WPLib_Html_Helpers::get_link().
- Wrapped numerous reflection calls with try {} catch {}.
0.14.4
- Unmasked extract() that were previously hidden from code reviewers. See https://github.com/wplib/wplib/issues/72
0.14.3
- Fixed wplib_define() to correctly set a non-default value
0.14.2
- Adding 2nd parameter (the $post object) to ‘get_the_excerpt’ hook inside Post_Model_Base->excerpt()
0.14.1
- Changed WPLib_Post_List_Base constructor to support items of disparate post types
- Moved docs to a wiki repository
- Added a screenshot
0.14.0
- Fixed lots of edge case bugs related to posts, terms and lists.
0.13.4
- Fixed bugs related to auto-adding user roles; a regression bug from several revisions back.
0.13.3
- Fixed bugs in WPLib::get_html_attributes_html(), WPLib::get_contents() and WPLib::put_contents().
- Fixed bugs in $post_model->excerpt(), $post_model->content().
- Slightly improve TEMPLATE comments that are emitted to theme files in WPLIB_DEVELOPMENT mode.
0.13.2
- A series of bug fixes and error message improvements.
- Fixed nasty bug in WPLib Commit Reviser.
0.13.1
- Had to disable object caching in WPLib::_find_autoload_files() because of difficult to track down bugs. The next major release (probably 0.14.0) will correct this.