
A Foundation Library for Agency and Corporate Developers.
Author: | The WPLib Team (profile at wordpress.org) |
WordPress version required: | 4.9.x |
WordPress version tested: | 4.9.6 |
Plugin version: | 0.14.5 |
Added to WordPress repository: | 16-05-2018 |
Last updated: | 22-05-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | http://wordpress.org/plugins/wplib/ |
Total downloads: | 399 |

Click to start download
|
FAQ
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.
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.