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