WP_Posts_List_Table::set_hierarchical_display( bool $display )

Sets whether the table layout should be hierarchical or not.


Description Description


Parameters Parameters

$display

(bool) (Required) Whether the table layout should be hierarchical.


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

	public function set_hierarchical_display( $display ) {
		$this->hierarchical_display = $display;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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