get_object_subtype_{$object_type}

最后更新于:2021-11-26 22:41:45

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

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

参数

$object_subtype

(string)
Empty string to override.

$object_id

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

源文件

文件: gc-includes/meta.php

View on Trac