wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
get_object_subtype_{$object_type} › WordPress Filter Hooks
Seit4.9.8
Veraltetn/v
› apply_filters( "get_object_subtype_{$object_type}", $object_subtype, $object_id )
| Parameter: (2) |
|
| Definiert in: |
|
| Codex: |
Filters the object subtype identifier.
The dynamic portion of the hook name, `$object_type`, refers to the meta object type (blog, post, comment, term, user, or any other type with an associated meta table). Possible hook names include: - `get_object_subtype_blog` - `get_object_subtype_post` - `get_object_subtype_comment` - `get_object_subtype_term` - `get_object_subtype_user`Ähnliche Funktionen: get_object_subtype, get_object_term_cache, get_objects_in_term, get_allowed_block_types, get_comment_type, get_post_type