WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about postbox_classes_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/post.php apply_filters 1369 /**
* Filters the postbox classes for a specific screen and box ID combo.
*
* The dynamic portions of the hook name, `$screen_id` and `$box_id`, refer to
* the screen ID and meta box ID, respectively.
*
* @since 3.2.0
*
* @param string[] $classes An array of postbox classes.
*/

Hook Parameters

Parameter Type Name Description
string[] $classes An array of postbox classes.