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.7.8

apply_filters('aioseo_breadcrumbs_show_current_item') is found 1 times:

  • /app/Common/Breadcrumbs/Breadcrumbs.php line 482
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    * @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