Skip to content

Instantly share code, notes, and snippets.

@Obteohub
Obteohub / class-custom-pwb-secondary-description.php
Created June 20, 2023 18:22 — forked from titodevera/class-custom-pwb-secondary-description.php
Adds secondary description field for brands taxonomy (Perfect WooCommerce Brands)
<?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(){