Changeset 48185 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 06/26/2020 06:47:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r47808 r48185 329 329 * Filters whether to selectively skip term meta used for WXR exports. 330 330 * 331 * Returning a truthy value tothe filter will skip the current meta331 * Returning a truthy value from the filter will skip the current meta 332 332 * object from being exported. 333 333 * … … 596 596 * Filters whether to selectively skip post meta used for WXR exports. 597 597 * 598 * Returning a truthy value tothe filter will skip the current meta598 * Returning a truthy value from the filter will skip the current meta 599 599 * object from being exported. 600 600 * … … 639 639 * Filters whether to selectively skip comment meta used for WXR exports. 640 640 * 641 * Returning a truthy value tothe filter will skip the current meta641 * Returning a truthy value from the filter will skip the current meta 642 642 * object from being exported. 643 643 *
Note: See TracChangeset
for help on using the changeset viewer.