Luiz Araújo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicated queriesHi diegpl, I think I’m seeing the same problem as you, I have a customized get_term query, but using oquery monitor I noticed that in addition to my query is loading a complete query, did you have any success in solving this?
Forum: Fixing WordPress
In reply to: Problems with form front end when pressing refresh page (F5)Hello @sumithsuku11 thanks for your time, unfortunately for me I returned the error below, an extra info, I am using my code inside a shortcode, I do not know if this has to do with the error below.
ERROR
Warning: Cannot modify header information – headers already sent by (output started attranks
Forum: Fixing WordPress
In reply to: Remove submenu without losing permission.In my research and testing I noticed that the worpress does not behave properly
Using admin_menu even though the user a user has all permissions of a post type it ends up losing access when I remove a submenu.
My solution was to change from admin_menu to admin_init which worked perfectly.Thank you.
Forum: Plugins
In reply to: [WooCommerce] Automatic action to update the databasePerfect.
Thank you Mike.
Forum: Plugins
In reply to: [WooCommerce] Automatic action to update the databaseHi Mike, thanks for the quick feedback, you can show me the way of these functions. Or a basic example for me to work on something I do only once?
Forum: Plugins
In reply to: [Contact Form 7] Error while using wp version 4.7I apologize, I found where the problem was. Using the plug-in contact-form-7-dynamic-text-extension
Thanks, and happy new year
Forum: Plugins
In reply to: [WooCommerce] The problem user login themeHello, Mike. simplifying
My woocommerce this not taking the files I have in theme/woocommercealso would like a solution to the filter that was discontinued woocommerce_locate_template. I wish I could set my custom files were in plugins/my-plugin-custom/woocommerce.
Tranks