get_the_post_type_description

get_the_post_type_description

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_the_post_type_description') is found 1 times:

  • /wp-includes/general-template.php line 1884
    1880
    1881
    1882
    1883
    1884
    1885
    1886
    1887
    1888
    1889
    1890
         *
         * @param string       $description   The post type description.
         * @param WP_Post_Type $post_type_obj The post type object.
         */
        return apply_filters( 'get_the_post_type_description', $description, $post_type_obj );
    }
     
    /**
     * Retrieves archive link content based on predefined or custom code.
     *
     * The format can be one of four styles. The 'link' for head element, 'option'