ACF_Admin_Tool_Export::html_panel_selectionpublicACF 5.6.3

Renders the side panel for selecting ACF items to export via PHP.

Method of the class: ACF_Admin_Tool_Export{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Tool_Export = new ACF_Admin_Tool_Export();
$ACF_Admin_Tool_Export->html_panel_selection();

Changelog

Since 5.6.3 Introduced.

ACF_Admin_Tool_Export::html_panel_selection() code ACF 6.8.8

<?php
public function html_panel_selection() {
	?>
	<div class="acf-panel acf-panel-selection">
		<?php $this->html_field_selection(); ?>
	</div>
	<?php
}