I double checked my syntax and it worked! I was trying to call all_admin_notices before wp_footer. Thank you for your help @nnikolov!
-
This reply was modified 8 years, 5 months ago by Joshua Trimm.
I have tried with no luck. Here is a basic example I have tried using.
function test()
{
echo ‘something’;
}
add or do_action(‘wp_footer’, ‘test’);
I have put this in several of my plugin files with no luck…. Thanks for replying @nnkikolov
I found the fix! Delete ALL woocommerce plugins and then re-install.