Changeset 51837 for trunk/src/wp-includes/meta.php
- Timestamp:
- 09/21/2021 06:19:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r51326 r51837 57 57 * Short-circuits adding metadata of a specific type. 58 58 * 59 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type59 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 60 60 * (post, comment, term, user, or any other type with an associated meta table). 61 61 * Returning a non-null value will effectively short-circuit the function. … … 97 97 * Fires immediately before meta of a specific type is added. 98 98 * 99 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type99 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 100 100 * (post, comment, term, user, or any other type with an associated meta table). 101 101 * … … 135 135 * Fires immediately after meta of a specific type is added. 136 136 * 137 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type137 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 138 138 * (post, comment, term, user, or any other type with an associated meta table). 139 139 * … … 210 210 * Short-circuits updating metadata of a specific type. 211 211 * 212 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type212 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 213 213 * (post, comment, term, user, or any other type with an associated meta table). 214 214 * Returning a non-null value will effectively short-circuit the function. … … 269 269 * Fires immediately before updating metadata of a specific type. 270 270 * 271 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type271 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 272 272 * (post, comment, term, user, or any other type with an associated meta table). 273 273 * … … 315 315 * Fires immediately after updating metadata of a specific type. 316 316 * 317 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type317 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 318 318 * (post, comment, term, user, or any other type with an associated meta table). 319 319 * … … 402 402 * Short-circuits deleting metadata of a specific type. 403 403 * 404 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type404 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 405 405 * (post, comment, term, user, or any other type with an associated meta table). 406 406 * Returning a non-null value will effectively short-circuit the function. … … 457 457 * Fires immediately before deleting metadata of a specific type. 458 458 * 459 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type459 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 460 460 * (post, comment, term, user, or any other type with an associated meta table). 461 461 * … … 507 507 * Fires immediately after deleting metadata of a specific type. 508 508 * 509 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type509 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 510 510 * (post, comment, term, user, or any other type with an associated meta table). 511 511 * … … 609 609 * Short-circuits the return value of a meta field. 610 610 * 611 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type611 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 612 612 * (post, comment, term, user, or any other type with an associated meta table). 613 613 * Returning a non-null value will effectively short-circuit the function. … … 693 693 * Filters the default metadata value for a specified meta key and object. 694 694 * 695 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type695 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 696 696 * (post, comment, term, user, or any other type with an associated meta table). 697 697 * … … 806 806 * Short-circuits the return value when fetching a meta field by meta ID. 807 807 * 808 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type808 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 809 809 * (post, comment, term, user, or any other type with an associated meta table). 810 810 * Returning a non-null value will effectively short-circuit the function. … … 880 880 * Short-circuits updating metadata of a specific type by meta ID. 881 881 * 882 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type882 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 883 883 * (post, comment, term, user, or any other type with an associated meta table). 884 884 * Returning a non-null value will effectively short-circuit the function. … … 1003 1003 * Short-circuits deleting metadata of a specific type by meta ID. 1004 1004 * 1005 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type1005 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 1006 1006 * (post, comment, term, user, or any other type with an associated meta table). 1007 1007 * Returning a non-null value will effectively short-circuit the function. … … 1037 1037 * Fires immediately before deleting post or comment metadata of a specific type. 1038 1038 * 1039 * The dynamic portion of the hook , `$meta_type`, refers to the meta1039 * The dynamic portion of the hook name, `$meta_type`, refers to the meta 1040 1040 * object type (post or comment). 1041 1041 * … … 1068 1068 * Fires immediately after deleting post or comment metadata of a specific type. 1069 1069 * 1070 * The dynamic portion of the hook , `$meta_type`, refers to the meta1070 * The dynamic portion of the hook name, `$meta_type`, refers to the meta 1071 1071 * object type (post or comment). 1072 1072 * … … 1129 1129 * Short-circuits updating the metadata cache of a specific type. 1130 1130 * 1131 * The dynamic portion of the hook , `$meta_type`, refers to the meta object type1131 * The dynamic portion of the hook name, `$meta_type`, refers to the meta object type 1132 1132 * (post, comment, term, user, or any other type with an associated meta table). 1133 1133 * Returning a non-null value will effectively short-circuit the function. … … 1775 1775 * Filters the object subtype identifier for a non-standard object type. 1776 1776 * 1777 * The dynamic portion of the hook , `$object_type`, refers to the meta object type1777 * The dynamic portion of the hook name, `$object_type`, refers to the meta object type 1778 1778 * (post, comment, term, user, or any other type with an associated meta table). 1779 1779 *
Note: See TracChangeset
for help on using the changeset viewer.