hidden_columns

hidden_columns

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('hidden_columns') is found 1 times:

  • /wp-admin/includes/screen.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
         * @param string[]  $hidden       Array of IDs of hidden columns.
         * @param WP_Screen $screen       WP_Screen object of the current screen.
         * @param bool      $use_defaults Whether to show the default columns.
         */
        return apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults );
    }
     
    /**
     * Prints the meta box preferences for screen meta.
     *
     * @since 2.7.0