name = 'password'; $this->label = __("Password",'acf'); $this->defaults = array( 'placeholder' => '', 'prepend' => '', 'append' => '' ); // do not delete! parent::__construct(); } /* * create_field() * * Create the HTML interface for your field * * @param $field - an array holding all the field's data * * @type action * @since 3.6 * @date 23/01/13 */ function create_field( $field ) { // vars $o = array( 'id', 'class', 'name', 'value', 'placeholder' ); $e = ''; // prepend if( $field['prepend'] !== "" ) { $field['class'] .= ' acf-is-prepended'; $e .= '