Filters the array of screen layout columns.
Description
This hook provides back-compat for plugins using the back-compat Filters instead of add_screen_option() .
Parameters
Source
$columns = apply_filters( 'screen_layout_columns', array(), $this->id, $this );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.