get_object_subtype_{$object_type}

get_object_subtype_{$object_type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_object_subtype_{$object_type}') is found 1 times:

  • /wp-includes/meta.php line 1823

    Warning: Undefined array key 1824 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1825 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1826 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1827 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1828 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    1819
    1820
    1821
    1822
    1823
    1824
         *
         * @param string $object_subtype Empty string to override.
         * @param int    $object_id      ID of the object to get the subtype for.
         */
        return apply_filters( "get_object_subtype_{$object_type}", $object_subtype, $object_id );
    }