pcworks
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Meow Analytics (Google Analytics)] Conversions ?I appreciate your prompt response. 🙏
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] where is the plugin ?OK… clean the cache
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] where is the plugin ?Same… can you explain?
@corsonr Yes I found it there and it’s really working for me. 👍
/www/your-domain/wp-content/themes/your-theme/functions.php
Here’s a workaround for this issue, which you can use until a fix is released.
It works for me.function fix_request_query_args_for_woocommerce( $query_args ) { if ( isset( $query_args['post_status'] ) && empty( $query_args['post_status'] ) ) { unset( $query_args['post_status'] ); } return $query_args; } add_filter( 'request', 'fix_request_query_args_for_woocommerce', 1, 1 );Forum: Fixing WordPress
In reply to: My website was hacked. I’m asking for help!Thanks for the reply! I will give the best of themselves! 🙂
Viewing 7 replies - 1 through 7 (of 7 total)