function genesis_attributes_breadcrumb_link_wrap( $attributes ) { _deprecated_function( __FUNCTION__, '3.1.0', '\StudioPress\Genesis\Functions\Schema\breadcrumb_link_wrap' ); $attributes['itemprop'] = 'itemListElement'; $attributes['itemscope'] = true; $attributes['itemtype'] = 'https://schema.org/ListItem'; return $attributes; }