_wpsc_ajax_delete_file
Delete an attached downloadable file via AJAX.
Description
(array|WP_Error) _wpsc_ajax_delete_file();
Returns (array|WP_Error)
$return Response args if successful, WP_Error if otherwise
Usage
if ( !function_exists( '_wpsc_ajax_delete_file' ) ) { require_once ABSPATH . PLUGINDIR . 'wp-ecommerce/wpsc-admin/ajax.php'; } // NOTICE! Understand what this does before running. $result = _wpsc_ajax_delete_file();
Defined (1)
The function is defined in the following location(s).