' . __( 'Setup Guides from Partner Hosts', 'w3-total-cache' ) . '
', array( $this, 'widget_form' ), null, 'normal' ); } /** * Premium Services widget content. * * @since X.X.X * * @return void */ public function widget_form() { include W3TC_DIR . '/Generic_WidgetPartners_View.php'; } }