(bool) $option_value, true, false ), esc_html( $option['label'] ) ); break; case 'number': $screen_settings .= sprintf( ' ', $key, esc_html( $option['label'] ), esc_attr( $option_value ), wpforms_html_attributes( '', [], [], $option['args'] ?? [] ) ); break; case 'text': $screen_settings .= sprintf( ' ', $key, esc_html( $option['label'] ), esc_attr( $option_value ) ); break; } } $screen_settings .= sprintf( '', $this->screen_options_id ); $screen_settings .= ''; } return $screen_settings; } }
Fatal error: Trait "WPForms\Admin\Traits\HasScreenOptions" not found in /htdocs/wp-content/plugins/wpforms/src/Admin/Forms/Page.php on line 13