WPCF7_Editor::__construct()
Метод класса: WPCF7_Editor{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPCF7_Editor = new WPCF7_Editor(); $WPCF7_Editor->__construct( $contact_form );
- $contact_form(WPCF7_ContactForm) (обязательный)
- -
Код WPCF7_Editor::__construct() WPCF7 Editor:: construct CF7 5.9.8
public function __construct( WPCF7_ContactForm $contact_form ) { $this->contact_form = $contact_form; }