Summery Summery
Sets whether the table layout should be hierarchical or not.
Syntax Syntax
Parameters Parameters
- $display
-
(Required) Whether the table layout should be hierarchical.
Source Source
File: wp-admin/includes/class-wp-posts-list-table.php
public function set_hierarchical_display( $display ) { $this->hierarchical_display = $display; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |