WPCF7_Contact_Form_List_Table::__construct()publicCF7 1.0

Метод класса: WPCF7_Contact_Form_List_Table{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPCF7_Contact_Form_List_Table = new WPCF7_Contact_Form_List_Table();
$WPCF7_Contact_Form_List_Table->__construct();

Код WPCF7_Contact_Form_List_Table::__construct() CF7 5.9.3

public function __construct() {
	parent::__construct( array(
		'singular' => 'post',
		'plural' => 'posts',
		'ajax' => false,
	) );
}