default_hidden_columns

default_hidden_columns

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('default_hidden_columns') is found 1 times:

  • /wp-admin/includes/screen.php line 71
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
         *
         * @param string[]  $hidden Array of IDs of columns hidden by default.
         * @param WP_Screen $screen WP_Screen object of the current screen.
         */
        $hidden = apply_filters( 'default_hidden_columns', $hidden, $screen );
    }
     
    /**
     * Filters the list of hidden columns.
     *
     * @since 4.4.0

See this hook used in plugins: