WP_Theme_Install_List_Table::_js_vars( array $extra_args = array() )

In this article

Send required variables to JavaScript land

Parameters

$extra_argsarrayoptional
Unused.

Default:array()

Source

public function _js_vars( $extra_args = array() ) {
	global $tab, $type;
	parent::_js_vars( compact( 'tab', 'type' ) );
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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