wpsc_add_inline_style
The WP eCommerce wpsc add inline style function.
Description
Parameters (2)
- 0. $handle
- The handle.
- 1. $output
- The output.
Usage
if ( !function_exists( 'wpsc_add_inline_style' ) ) { require_once ABSPATH . PLUGINDIR . 'wp-ecommerce/wpsc-components/theme-engine-v2/helpers/css.php'; } // The handle. $handle = null; // The output. $output = null; // NOTICE! Understand what this does before running. $result = wpsc_add_inline_style($handle, $output);
Defined (1)
The function is defined in the following location(s).