This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Adds a secondary description field to brands | |
*/ | |
class Custom_PWB_Secondary_Description{ | |
static $field_name = 'Secondary description'; | |
static $field_desc = 'Here is the secondary description'; | |
function __construct(){ |