aioseo_user_profile_tab_disable

aioseo_user_profile_tab_disable

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_user_profile_tab_disable') is found 1 times:

  • /app/Common/Standalone/UserProfileTab.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    *
     * @return void
     */
    public function enqueueScript() {
        if ( apply_filters( 'aioseo_user_profile_tab_disable', false ) ) {
            return;
        }
     
        $screen = aioseo()->helpers->getCurrentScreen();
        if ( empty( $screen->id ) ) {
            return;