TXT_WPSC_ADDNEWCATEGORY
The WP eCommerce TXT WPSC ADDNEWCATEGORY constant.
Value (string)
'+ Add new category to the "[categorisation]" Group'
Usage
if ( defined( 'TXT_WPSC_ADDNEWCATEGORY' ) ) { // grab the value $value = constant( 'TXT_WPSC_ADDNEWCATEGORY' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).