芝麻web文件管理V1.00
' . __( 'Premium Services', 'w3-total-cache' ) . '
',
array( $this, 'widget_form' ),
null,
'normal'
);
}
/**
* Premium Services widget content.
*/
public function widget_form() {
include W3TC_DIR . '/Generic_WidgetServices_View.php';
}
/**
* Premium Services widget services list.
*/
public static function get_services() {
return array(
__( 'Billing Support', 'w3-total-cache' ),
__( 'Sales Questions', 'w3-total-cache' ),
__( 'Submit a Bug Report', 'w3-total-cache' ),
__( 'Suggest a New Feature', 'w3-total-cache' ),
__( 'Performance Audit & Consultation', 'w3-total-cache' ),
__( 'Plugin Configuration', 'w3-total-cache' ),
__( 'CDN Configuration: Full-Site Delivery', 'w3-total-cache' ),
__( 'Hosting Environment Troubleshooting', 'w3-total-cache' ),
__( 'Eliminate render-blocking JavaScript', 'w3-total-cache' ),
__( 'Investigate Compatibility Issue', 'w3-total-cache' ),
);
}
}