wpsc_add_meta_boxes
The WP eCommerce wpsc add meta boxes function.
Description
wpsc_add_meta_boxes();
Usage
if ( !function_exists( 'wpsc_add_meta_boxes' ) ) { require_once ABSPATH . PLUGINDIR . 'wp-ecommerce/wpsc-admin/admin.php'; } // NOTICE! Understand what this does before running. $result = wpsc_add_meta_boxes();
Defined (1)
The function is defined in the following location(s).