aioseo_show_in_admin_bar

aioseo_show_in_admin_bar

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

See hook in core

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

apply_filters('aioseo_show_in_admin_bar') is found 1 times:

  • /app/Common/Admin/Admin.php line 429
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    *
     * @return void
     */
    public function adminBarMenu() {
        if ( false === apply_filters( 'aioseo_show_in_admin_bar', true ) ) {
            return;
        }
     
        $firstPageSlug = $this->getFirstAvailablePageSlug();
        if ( ! $firstPageSlug ) {
            return;