Changeset 50538
- Timestamp:
- 03/17/2021 05:31:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r50529 r50538 1423 1423 * @type bool $can_export Whether to allow this post type to be exported. Default true. 1424 1424 * @type bool $delete_with_user Whether to delete posts of this type when deleting a user. 1425 * -If true, posts of this type belonging to the user will be moved1425 * * If true, posts of this type belonging to the user will be moved 1426 1426 * to Trash when the user is deleted. 1427 * -If false, posts of this type belonging to the user will *not*1427 * * If false, posts of this type belonging to the user will *not* 1428 1428 * be trashed or deleted. 1429 * -If not set (the default), posts are trashed if post type supports1429 * * If not set (the default), posts are trashed if post type supports 1430 1430 * the 'author' feature. Otherwise posts are not trashed or deleted. 1431 1431 * Default null. … … 1434 1434 * optional attributes. Default empty array. 1435 1435 * @type string|false $template_lock Whether the block template should be locked if $template is set. 1436 * -If set to 'all', the user is unable to insert new blocks,1436 * * If set to 'all', the user is unable to insert new blocks, 1437 1437 * move existing blocks and delete blocks. 1438 * -If set to 'insert', the user is able to move existing blocks1438 * * If set to 'insert', the user is able to move existing blocks 1439 1439 * but is unable to insert new blocks and delete blocks. 1440 1440 * Default false.
Note: See TracChangeset
for help on using the changeset viewer.