name = 'output'; $this->label = 'output'; $this->public = false; $this->defaults = array( 'html' => false, ); } /** * The render field call. Deprecated since ACF 6.3.2. * * @param array $field The $field being edited * @return false */ public function render_field( $field ) { // Deprecated since 6.3.2 and will be removed in a future release. _deprecated_function( __FUNCTION__, '6.3.2' ); return false; } } // initialize acf_register_field_type( 'acf_field_output' ); endif; // class_exists check