felipemonteiro44
Forum Replies Created
-
Do the hooks only work if I have the Advanced Frontend Manager plugin installed in my WordPress?
I’m new to this, I still can not figure out how to use these hooks to put a new field in add-product.php.
Do you have to use them within the functions.php of my theme?Hello, have an example using the hook. I do not want to use a plugin for this. Thank you
Perfect thank you. Just one more doubt.
I have a function of another plugin and the documentation has been saying that it works only if it is inside a loop. With the first code it worked because it was. This one that passed me is not. Is it because you’re using the foreach?What about the product thumbnail? I tried with get_the_post_thumbnail but it does not return anything.
Please, could you analyze my code and guide me where the error is? I was able to add the menus plus the result of the two functions being started at the same time, and if I change the endpoint name on line 38 and 40 it does not work. Thank you very much for the support, it’s being of great help.
How would I get the code if I want to add more than one menu?