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.4.3

apply_filters('get_the_post_type_description') is found 1 times:

  • /wp-includes/general-template.php line 1872
    	 *
    	 * @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'