get_the_archive_description

get_the_archive_description

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_archive_description') is found 1 times:

  • /wp-includes/general-template.php line 1836
    	 * @since 4.1.0
    	 *
    	 * @param string $description Archive description to be displayed.
    	 */
    	return apply_filters( 'get_the_archive_description', $description );
    }
    
    /**
     * Retrieves the description for a post type archive.
     *
     * @since 4.9.0