expresstechsoftware / product-questions-answers-for-woocommerce

WooCommerce product questions and answers.
0 stars 4 forks source link

New hooks for premium features #36

Open geek92sunny opened 4 days ago

geek92sunny commented 4 days ago

We need to add these new hooks to the plugin:

  1. apply_filters( ‘show_question_form’, true, $product_id ) This filter will show or hide the current form to post the question, by default is true.

  2. do_action( 'after_question_form', $product ) This action will trigger after the question form, outside the form tag.