apply_filters( 'screen_layout_columns', array $empty_columns, string $screen_id, WP_Screen $this )

Filters the array of screen layout columns.


Description Description

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


Parameters Parameters

$empty_columns

(array) Empty array.

$screen_id

(string) Screen ID.

$this

(WP_Screen) Current WP_Screen instance.


Top ↑

Source Source

File: wp-admin/includes/class-wp-screen.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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