Used By
Used By | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::prepare_items() |
Sets whether the table layout should be hierarchical or not.
(bool) (Required) Whether the table layout should be hierarchical.
File: wp-admin/includes/class-wp-posts-list-table.php
public function set_hierarchical_display( $display ) { $this->hierarchical_display = $display; }
Version | Description |
---|---|
4.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_posts_list_table/set_hierarchical_display