ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/meta.php
  • Page 3

is_protected_meta()

Function: Determines whether a meta key is considered protected.

Source: wp-includes/meta.php:1283

Used by 4 functions | Uses 2 functions

is_protected_meta

Filter Hook: Filters whether a meta key is considered protected.

Source: wp-includes/meta.php:1297

Used by 1 function | Uses 0 functions

sanitize_meta()

Function: Sanitizes meta value.

Source: wp-includes/meta.php:1313

Used by 3 functions | Uses 4 functions

sanitize_{$object_type}_meta_{$meta_key}_for_{$object_subtype}

Filter Hook: Filters the sanitization of a specific meta key of a specific meta type and subtype.

Source: wp-includes/meta.php:1331

Used by 1 function | Uses 0 functions

get_metadata()

Function: Retrieves the value of a metadata field for the specified object type and ID.

Source: wp-includes/meta.php:573

Used by 3 functions | Uses 2 functions

get_{$meta_type}_metadata

Filter Hook: Short-circuits the return value of a meta field.

Source: wp-includes/meta.php:635

Used by 2 functions | Uses 0 functions

metadata_exists()

Function: Determines if a meta field with the given key exists for the given object ID.

Source: wp-includes/meta.php:737

Used by 0 functions | Uses 3 functions

get_metadata_by_mid()

Function: Retrieves metadata by meta ID.

Source: wp-includes/meta.php:790

Used by 2 functions | Uses 3 functions

update_metadata_by_mid()

Function: Updates metadata by meta ID.

Source: wp-includes/meta.php:860

Used by 0 functions | Uses 11 functions

delete_metadata_by_mid()

Function: Deletes metadata by meta ID.

Source: wp-includes/meta.php:982

Used by 2 functions | Uses 9 functions
« Previous 1 2 3 4 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy