Libraries tagged by wp rest
wp-forge/wp-update-handler
81102 Downloads
A WordPress package for updating custom plugins and themes based on an API response from a custom update server.
danielbachhuber/wp-cli-reset-post-date-command
100638 Downloads
Reset the post_date field on your posts after you change the timezone.
thefrosty/wp-utilities
14092 Downloads
A library containing my standard development resources
devgeniem/wp-readonly-options
52761 Downloads
Predefine WordPress options in your code and force get_option() results.
generoi/wp-image-resizer
5918 Downloads
A plugin which provides dynamic image sizes through a CDN
voceconnect/wp-large-options
4234 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
pretzlaw/wp-integration-test
25255 Downloads
Mocking return value of functions/filters and more for testing WordPress with PHPUnit.
deliciousbrains/wp-image-processing-queue
1409 Downloads
Resize WordPress images in the background
alleyinteractive/wp-find-one
10515 Downloads
Query for and return one WordPress post, term, or other object, bypassing intermediate arrays.
wp-grogu/acf-manager
2572 Downloads
An Object-Oriented library used to create ACF field groups and gutemberg blocks, and retreive the data easily. Requires Wordpress, ACF.
vvv3/wp-responsive-images
2119 Downloads
WordPress responsive images easily
dekode/wp-resets
19911 Downloads
WordPress must-use plugin for Dekode
wearerequired/wp-mail-return-path
3834 Downloads
WordPress mu-plugin to set sender/return path for mail if not set..
onepix/wp-static-analysis
439 Downloads
Psalm, PHPCS and Rector configs for use in WP
downshiftorg/wp-http
5769 Downloads
A psr7-ish, Guzzle-ish, set of request/response classes for WordPress.