apply_filters( “postbox_classes_{$page}_{$id}”, string[] $classes )

In this article

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

Description

The dynamic portions of the hook name, $page and $id, refer to the screen and screen ID, respectively.

Parameters

$classesstring[]
An array of postbox classes.

Source

*

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

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