You appear to be a bot. Output may be restricted
Description
WPSEO_Config_Field_Choice constructor.
Usage
WPSEO_Config_Field_Choice::__construct( $field );
Parameters
- $field
- ( string ) required – Field name to use.
Returns
void
Source
File name: wordpress-seo/admin/config-ui/fields/class-field-choice.php
Lines:
1 to 6 of 6
public function __construct( $field ) { parent::__construct( $field, 'Choice' ); $this->properties['choices'] = []; }