WP_Posts_List_Table::set_hierarchical_display( bool $display )

In this article

Sets whether the table layout should be hierarchical or not.

Parameters

$displayboolrequired
Whether the table layout should be hierarchical.

Source

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

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

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