Fata Error
-
Hello,
I’m not sure if you saw my other post because you answered quick quickly the first time, but this is still not resolved, please advise:
It still gave the same error: Plugin could not be activated because it triggered a fatal error.
This time I downloaded that again from the git link. I renamed it to: EmptyWPPlugin Then I updated it with the code below using text editor and added this at the very end:
add_action(‘init’, ‘trpc_remove_woo_wrap_variation’, 9999);function trpc_remove_woo_wrap_variation(){ remove_filter( ‘woocommerce_product_variation_title’, ‘trp_woo_wrap_variation’, 8, 4;)}
I put it right below this line: // Start writing code after this line!
Here is a screenshot of the php file I edited, this link is valid for 1 week: https://ibb.co/kg4zCvb
Once I did that, I compressed it, uploaded it, and it said it installed, but then when I clicked activate, I got that error.
I’ve never done a plugin thing like this before. Please let me know if that is how I was supposed to do it because its not working.
Thank you!
- The topic ‘Fata Error’ is closed to new replies.