wpseek.com
A WordPress-centric search engine for devs and theme authors



screen_layout_columns › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'screen_layout_columns', array()
Parameters: (3)
  • (array) $empty_columns Empty array.
    Required: Yes
  • (string) $screen_id Screen ID.
    Required: Yes
  • (WP_Screen) $screen Current WP_Screen instance.
    Required: Yes
Defined at:
Codex:

Filters the array of screen layout columns.

This hook provides back-compat for plugins using the back-compat Filters instead of add_screen_option().





Source

$columns = apply_filters( 'screen_layout_columns', array(), $this->id, $this );