Apparent dead code.

0
Apparent dead code. 1
Anonymous
Jun 29, 2022 03:24 PM 2 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hello, I have a lot of trouble with the plugin WCPS. The code below appears on my page

My creations
query_args: ############
array (
'post_type' => 'product',
'order' => 'DESC',
'posts_per_page' => '10',
'post_not_in' =>
array (
),
'tax_query' =>
array (
'relation' => 'OR',
0 =>
array (
'taxonomy' => 'product_cat',
'field' => 'term_id',
'terms' =>
array (
0 => '56',
),
'operator' => 'IN',
),
),
)
found_posts: ############
2

0 Subscribers
Submit Answer
Please login to submit answer.
2 Answers
Sort By:
Best Answer
0
Apparent dead code. 2
Azizul Raju
Jun 29, 2022
Flag(0)

I think I got the issue. Could you please check if you've enabled any settings under Developer options?
To check that, kindly go to WCPS => Shortcode and look for Developer options.
Screenshot: https://i.imgur.com/vSR3zqP.png

Sign in to Reply
Replying as Submit
Best Answer
0
Apparent dead code. 2
Azizul Raju
Jun 29, 2022
Flag(0)

Welcome to PickPlugins.

Could you please share the page link?

Sign in to Reply
Replying as Submit