Removing Action/Filter Inside a Plugin’s Namespaced Class Constructor
Recently worked with a friend figuring out how to remove/undo/cancel an add_action() line that's inside a plugin's constructor inside a PHP Class with the file…
How to hide/remove the Block Element from the Bricks Builder
Don't like the new Block element in Bricks? Just copy/paste the following code into your child theme's functions.php. By the way, It's a terrible idea…