_wpsc_action_register_specials_widget
The WP eCommerce wpsc action register specials widget function.
Description
_wpsc_action_register_specials_widget();
Usage
if ( !function_exists( '_wpsc_action_register_specials_widget' ) ) { require_once ABSPATH . PLUGINDIR . 'wp-ecommerce/wpsc-components/theme-engine-v1/widgets/specials_widget.php'; } // NOTICE! Understand what this does before running. $result = _wpsc_action_register_specials_widget();
Defined (1)
The function is defined in the following location(s).