' . __( 'General Settings', 'w3-total-cache' ) . '
', array( $this, 'widget_form' ), null, 'normal' ); } /** * Premium Services widget content. * * @since 2.7.0 * * @return void */ public function widget_form() { include W3TC_DIR . '/Generic_WidgetSettings_View.php'; } }