' . '
' . __( 'W3TC Community Edition', 'w3-total-cache' ) . '
', array( $this, 'widget_form' ), null, 'normal' ); } /** * Render the content of our widget. * * @since 0.14.3 */ public function widget_form() { include W3TC_DIR . '/Generic_WidgetCommunity_View.php'; } }