wpseo_breadcrumb_output_wrapper, span
wpseo_breadcrumb_output_wrapper, span
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_breadcrumb_output_wrapper, span') is found 1 times:
- /src/presenters/breadcrumbs-presenter.php line 228
* @return string The wrapper element name. */ protected function get_wrapper() { if ( ! $this->wrapper ) { $this->wrapper = \apply_filters( 'wpseo_breadcrumb_output_wrapper', 'span' ); $this->wrapper = \tag_escape( $this->wrapper ); if ( ! \is_string( $this->wrapper ) || $this->wrapper === '' ) { $this->wrapper = 'span'; } }