protected function get_post_type_crumb() { $crumb = $this->args['labels']['post_type'] . esc_html( post_type_archive_title( '', false ) ); /** * Filter the post type archive breadcrumb. * * @since 1.9.0 * * @param string $crumb HTML markup for the post type archive breadcrumb. * @param array $args Arguments used to generate the breadcrumbs. Documented in Genesis_Breadcrumbs::get_output(). */ return apply_filters( 'genesis_post_type_crumb', $crumb, $this->args ); }