WPCF7_REST_Controller::get_argument_schema()
Метод класса: WPCF7_REST_Controller{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_argument_schema();
Код WPCF7_REST_Controller::get_argument_schema() WPCF7 REST Controller::get argument schema CF7 5.8
private function get_argument_schema() { return array( 'id' => array( 'description' => __( "Unique identifier for the contact form.", 'contact-form-7' ), 'type' => 'integer', 'required' => true, ), ); }