aioseo_breadcrumbs_show_current_item

aioseo_breadcrumbs_show_current_item

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

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.6.2

apply_filters('aioseo_breadcrumbs_show_current_item') is found 1 times:

  • /app/Common/Breadcrumbs/Breadcrumbs.php line 478
    		 * @param  mixed  $reference The breadcrumb reference.
    		 * @return bool              Show current item.
    		 */
    		public function showCurrentItem( $type = null, $reference = null ) {
    			return apply_filters( 'aioseo_breadcrumbs_show_current_item', aioseo()->options->breadcrumbs->showCurrentItem, $type, $reference );
    		}
    
    		/**
    		 * Gets a home page crumb.
    		 *
    		 * @since 4.1.1