Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43941, comment 4


Ignore:
Timestamp:
06/26/2018 09:04:32 PM (6 years ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43941, comment 4

    v1 v2  
    1 In [https://core.trac.wordpress.org/attachment/ticket/43941/43941.diff 43941.2.diff] I have updated the patch after #38323 has been merged into core.
     1In [https://core.trac.wordpress.org/attachment/ticket/43941/43941.2.diff 43941.2.diff] I have updated the patch after #38323 has been merged into core.
    22
    33This patch adds the following filters `default_{$object_type}_meta_{$meta_key}"` and `default_{$object_type}_meta_{$meta_key}_for_{$object_subtype}`. This tries to keep the format of other filters like `sanitize_{$object_type}_meta_{$meta_key}`.