WP Core Contributions
- [49844] Mail: Introduce a `pre_wp_mail` filter to allow short-circuiting the ...
- [42723] Cache API: Allow external object caches to gracefully degrade to the ...
- [41318] Formatting: In `sanitize_title_with_dashes()`, convert forward slash ...
- [38910] Options: Add 'default' to register_setting Add a `default` argument ...
- [38832] REST API: Introduce the Content API endpoints. REST API endpoints for ...
- [34541] Revisions: add a `'wp_prepare_revision_for_js'` filter. Props ...
- [33175] Add dbDelta insert test Test to make sure that dbDelta properly ...
- [32770] Improve dbDelta unit tests Add new tests for more parts of dbDelta. ...
- [31033] After [31030]: if a `callable` is passed as the 3rd arg to ...
- [31030] Allow the 3rd argument to ...
Some Plugins I’ve Worked On
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Posted on March 13, 2014
Helper function to check post meta for existence of search string
Today, I needed to find a way to search through the Carrington BuildĀ modules for the existence of a shortcode. Personally I needed this so that I could conditionally load some CSS in the head, but you’re reasons may… Read More
Category: Snippets, Tools Tags: Carrington Build, custom fields, post meta
Recent Comments