.
WORDPRESS PLUGINS ABOUT

Create Plugins

Calling a Function from another WordPress plugin

Posted on: April 19th, 2024 by Stuart

Let’s say you have two plugins installed in WordPress and you need to run a function in PluginB from PluginA. This code will allow you to do this: Code for PluginB Here we are calling the custom action created in PluginA called plugin_a_custom_action. This code will check that PluginA is active and then get the […]

How to get and update WooCommerce Regular and Sale prices with or without a post ID

Posted on: June 22nd, 2022 by Stuart

If you simply just want to get to the commands, that’s cool here are the links to take you right there. If you prefer to read what the commands do, keep reading… Display Regular and Sale prices on the Product page Display Regular and Sale prices within the Functions.php file or plugin Updating WooCommerce Price […]

^