apply_filters( "postbox_classes_{$screen_id}_{$box_id}", string[] $classes )

Filters the postbox classes for a specific screen and box ID combo.


Description

The dynamic portions of the hook name, $screen_id and $box_id, refer to the screen ID and meta box ID, respectively.


Top ↑

Parameters

$classes string[]
An array of postbox classes.

Top ↑

Source

File: wp-admin/includes/post.php. View all references

$classes = apply_filters( "postbox_classes_{$screen_id}_{$box_id}", $classes );


Top ↑

Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.