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

Send required variables to JavaScript land


Parameters

$extra_args array Optional
Unused.

Default: array()


Top ↑

Source

File: wp-admin/includes/class-wp-theme-install-list-table.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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