Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: hidden_meta_boxes

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
183       * Filters the list of hidden meta boxes.
184       *
185       * @since 3.3.0
186       *
187       * @param array     $hidden       An array of hidden meta boxes.
188       * @param WP_Screen $screen       WP_Screen object of the current screen.
189       * @param bool      $use_defaults Whether to show the default meta boxes.
190       *                                Default true.
191       */
192      return apply_filters( 'hidden_meta_boxes', $hidden, $screen, $use_defaults );
193 }
194
195 /**
196  * Register and configure an admin screen option
197  *
198  * @since 3.1.0
199  *
200  * @param string $option An option name.
201  * @param mixed $args Option-dependent arguments.