wordpress-develop/tests/phpunit/tests/post
Jeremy Felt 2ad4d85ed5 REST API: Move object type-specific metadata integrations from the wrapper functions to the low-level Meta API functions.
Object type-specific actions that should happen before or after modification of metadata have so far been part of the respective wrapper functions. By using action and filter hooks, this changeset ensures they are always executed, even when calling the lower-level Meta API functions directly, which the REST API does as a prime example.

Merges [43729] to trunk.

Props flixos90, spacedmonkey.
Fixes #44467.


git-svn-id: https://develop.svn.wordpress.org/trunk@43982 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-12 03:02:00 +00:00
..
attachments.php Code is Poetry. 2017-11-30 23:09:33 +00:00
filtering.php Code is Poetry. 2017-11-30 23:09:33 +00:00
formats.php Build/Test Tools: Implement assertNotWPError() in appropriate places in the test suite. 2018-03-20 22:34:11 +00:00
getBodyClass.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getPageByPath.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPageChildren.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPages.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getPageUri.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostClass.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPosts.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostsByAuthorSql.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostTypeLabels.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getTheExcerpt.php Code is Poetry. 2017-11-30 23:09:33 +00:00
isPostTypeViewable.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
listPages.php Improve performance of wp_list_pages() tests. 2017-12-15 11:15:00 +00:00
meta.php REST API: Move object type-specific metadata integrations from the wrapper functions to the low-level Meta API functions. 2018-12-12 03:02:00 +00:00
nav-menu.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
objects.php Code is Poetry. 2017-11-30 23:09:33 +00:00
output.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
pings.php Code is Poetry. 2017-11-30 23:09:33 +00:00
query.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
revisions.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
slashes.php Code is Poetry. 2017-11-30 23:09:33 +00:00
template.php Accessibility: use aria-current for the paginated post links output by wp_link_pages(). 2018-01-12 20:16:56 +00:00
thumbnails.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
types.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpGetPostParentId.php Tests: Improve tests for wp_get_post_parent_id() added in [42397]. 2018-02-01 16:02:26 +00:00
wpInsertPost.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpPost.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpPostType.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpUniquePostSlug.php Code is Poetry. 2017-11-30 23:09:33 +00:00