Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Plugin Name: WC Enable Brands
* Description: Enable the Brands feature available as of WooCommerce 9.4.
*/
if ( !defined( 'ABSPATH' ) ) {
exit;
}
@joost-abrahams
joost-abrahams / buddypress-spam-link.php
Created September 22, 2024 02:16 — forked from stephanieleary/buddypress-spam-link.php
BuddyPress Spam Link plugin. Adds the "Mark as spammer" link back to the admin bar and adds a "Spammer" button to the activity stream entry meta row.