WP_Themes_List_Table::__construct() – Constructor.
You appear to be a bot. Output may be restricted
Description
Constructor.
Usage
WP_Themes_List_Table::__construct( $args );
Parameters
- $args
- ( array ) optional – An associative array of arguments.
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-themes-list-table.php
Lines:
1 to 8 of 8
public function __construct( $args = array() ) { parent::__construct( array( 'ajax' => true, 'screen' => isset( $args['screen'] ) ? $args['screen'] : null, ) ); }