WPCF7_Contact_Form_List_Table::__construct
Метод класса: 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() WPCF7 Contact Form List Table:: construct CF7 6.1.5
public function __construct() {
parent::__construct( array(
'singular' => 'post',
'plural' => 'posts',
'ajax' => false,
) );
}