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

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


Description Description

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


Parameters Parameters

$classes

(string[]) An array of postbox classes.


Top ↑

Source Source

File: wp-admin/includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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