ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/meta.php

get_object_subtype_{$object_type}

Filter Hook: Filters the object subtype identifier for a non standard object type.

Source: wp-includes/meta.php:1334

Used by 1 function | Uses 0 functions

get_object_subtype()

Function: Returns the object subtype for a given object ID of a specific type.

Source: wp-includes/meta.php:1282

Used by 5 functions | Uses 6 functions

sanitize_{$object_type}_meta_{$meta_key}

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

Source: wp-includes/meta.php:991

Used by 1 function | Uses 0 functions

get_meta_sql()

Function: Given a meta query, generates SQL clauses to be appended to a main query.

Source: wp-includes/meta.php:894

Used by 0 functions | Uses 1 function

_get_meta_table()

Function: Retrieve the name of the metadata table for the specified object type.

Source: wp-includes/meta.php:909

Used by 8 functions | Uses 0 functions

is_protected_meta()

Function: Determine whether a meta key is protected.

Source: wp-includes/meta.php:930

Used by 10 functions | Uses 2 functions

is_protected_meta

Filter Hook: Filters whether a meta key is protected.

Source: wp-includes/meta.php:943

Used by 1 function | Uses 0 functions

sanitize_meta()

Function: Sanitize meta value.

Source: wp-includes/meta.php:958

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:975

Used by 1 function | Uses 0 functions

register_meta()

Function: Registers a meta key.

Source: wp-includes/meta.php:1031

Used by 2 functions | Uses 5 functions
1 2 … 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy