wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
get_metadata › WordPress Function
Seit2.9.0
Veraltetn/v
› get_metadata ( $meta_type, $object_id, $meta_key = '', $single = false )
Parameter: (4) |
|
Siehe: | |
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Retrieves the value of a metadata field for the specified object type and ID.
If the meta field exists, a single value is returned if$single
is true,
or an array of values if it's false.
If the meta field does not exist, the result depends on get_metadata_default().
By default, an empty string is returned if $single
is true, or an empty array
if it's false.Ähnliche Funktionen: get_metadata_raw, get_commentdata, delete_metadata, get_theme_data, get_metadata_by_mid