bbp_is_user_home

bbp_is_user_home

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_user_home') is found 1 times:

  • /includes/common/template.php line 655
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_user_home', $retval );
    }
     
    /**
     * Check if current page is the currently logged in users author edit page
     *
     * @since 2.1.0 bbPress (r3918)

See this hook used in plugins: