summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/meta.php
Commit message (Expand)AuthorAge
* General: WordPress updatesJake Spurlock2020-10-29
* Meta: Simplify the delete all meta query in `delete_metadata()`.Dominik Schilling (ocean90)2018-04-03
* Update link in register_meta about 4.6 changesAaron Jorbin2016-11-01
* Meta: Improve ID casting when getting, updating or deleting meta data.Peter Wilson2016-10-01
* Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includ...Drew Jaynes2016-07-20
* Meta: Ensure `$wp_meta_keys` is an array in `get_registered_meta_keys()`.Jeremy Felt2016-07-19
* Meta: Remove object subtype handling from `register_meta()`.Jeremy Felt2016-07-18
* Meta: Ensure filters are backwards compatible for pre-4.6 style meta registra...Jeremy Felt2016-07-13
* Meta: Remove filters when meta is unregistered.Jeremy Felt2016-07-13
* Docs: Link the 4.6 changelog entry in the DocBlock for `register_meta()` to i...Drew Jaynes2016-07-09
* Meta: Don't pass an empty `$meta_key` to `get_metadata()`.Jeremy Felt2016-07-07
* Meta: Make registration error conditions return consistently.Helen Hou-Sandi2016-07-06
* Meta: Ensure `$object_subtype` is available before use in `register_meta()`.Jeremy Felt2016-07-06
* Meta: Make retrieving registered metadata actually work.Helen Hou-Sandi2016-06-30
* Meta registration: Ensure `$args` is an array and simplify compat logic.Helen Hou-Sandi2016-06-30
* Meta: Actually use fallback auth for the previous registration method.Helen Hou-Sandi2016-06-30
* Introduce an expanded meta registration API.Helen Hou-Sandi2016-06-30
* Docs: Standardize filter docs in remaining wp-includes/* files to use third-p...Drew Jaynes2016-05-22
* Docs: Improve the DocBlock summary for `wp_metadata_lazyloader()`, introduced...Drew Jaynes2016-03-10
* More performance improvements to metadata lazyloading.Boone Gorges2016-02-17
* In `delete_metadata()`, only invalidate cache for affected objects.Boone Gorges2016-02-12
* Don't double-unslash meta key when `update_metadata()` falls back on `add_met...Boone Gorges2016-02-11
* Simplify action placement in `update_metadata()`.Boone Gorges2016-01-29
* After [35718], update the location of some files in `This filter is documente...Sergey Biryukov2015-11-22
* Simplify the include graph after work to split out classes.Andrew Nacin2015-11-20
* Docs: Clarify the file header summary for wp-includes/meta.php, the top-level...DrewAPicture2015-09-22
* Meta: move `WP_Meta_Query` into its own file. `meta.php` loads the new files,...Scott Taylor2015-08-26
* Docs: Correct the phpDoc type to a boolean for the `$single` parameter in the...Drew Jaynes2015-08-20
* Fix inline documentation syntax in the DocBlock for `WP_Meta_Query->has_or_re...Drew Jaynes2015-07-13
* Avoid returning duplicate matches when using a meta query in `WP_User_Query`.Boone Gorges2015-06-09
* Fix doc blocks for `meta.php`Scott Taylor2015-05-26
* Allow metadata to be deleted when meta_value matches 0 or '0'.Boone Gorges2015-05-01
* Add a missing `@access` tag to the DocBlock for the `WP_Meta_Query->$clauses`...Drew Jaynes2015-04-05
* Modify `meta_query orderby syntax to use array keys as clause "handles".Boone Gorges2015-02-05
* Improve support for ordering `WP_Query` results by postmeta.Boone Gorges2015-01-31
* `@param` cleanup:Scott Taylor2015-01-16
* The keyword `elseif` should be used instead of `else if` so that all control ...Scott Taylor2015-01-08
* Improve some docs for `@param`. Remove an unneeded `$wpdb` global import.Scott Taylor2014-12-20
* In `WP_Meta_Query`, interpret 'value' correctly when used with EXISTS/NOT EXI...Boone Gorges2014-12-14
* Convert various uses of `(optional)` in core parameter descriptions to use th...Drew Jaynes (DrewAPicture)2014-12-06
* Revert r30115 which was a breaking change for code which interacts with the r...John Blackbourn2014-12-02
* Improve various `@param` docs.Scott Taylor2014-11-30
* Docs Formatting: Backtick-escape inline code for all dynamic hook docs in wp-...Drew Jaynes (DrewAPicture)2014-11-30
* 4.1 Docs Audit: Improve inline documentation for various `WP_Meta_Query` meth...Drew Jaynes (DrewAPicture)2014-11-28
* In `WP_Meta_Query->get_sql_for_clause()`, the empty initialization of `$where...Scott Taylor2014-11-01
* Relocate hook docs so they directly precede the hook lines moved into foreach...Drew Jaynes (DrewAPicture)2014-11-01
* Pass all updated meta IDs to filters in `update_metadata()`.Boone Gorges2014-11-01
* Correct references of `@uses $wpdb` in core documentation to use `@global`.Drew Jaynes (DrewAPicture)2014-10-31
* Unserialize `get_metadata()` results when 'key' is omitted.Boone Gorges2014-10-30
* Remove redundant and erroneous `@uses` tag from most core inline documentation.Drew Jaynes (DrewAPicture)2014-10-30