apply_filters( "get_object_subtype_{$object_type}", string $object_subtype, int $object_id )

Filters the object subtype identifier for a non standard object type.


Description Description

The dynamic portion of the hook, $object_type, refers to the object type (post, comment, term, or user).


Parameters Parameters

$object_subtype

(string) Empty string to override.

$object_id

(int) ID of the object to get the subtype for.


Top ↑

Source Source

File: wp-includes/meta.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.8 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.