Can’t activate plugin. unexpected ‘[‘

Please upgrade your PHP version.

How to get pro in version 4.0

Hello, That is just a label to indicate that its a Pro like feature. Notification doe not send email, it shows users notification in header. Email addon is responsible for sending emails. You can adjust email options in AnsPress->options->email. This addon will notify both admins and users.

Ask automatic for each category?

Please override list-head.php and replace <?php ap_ask_btn(); ?> to this: global $question_category; $ask_url = ap_get_link_to( 'ask' ); if( !empty( $question_category->term_id ) ) { $ask_url = $ask_url . '?category=' . $question_category->term_id; } echo '<a class="ap-btn-ask" href="' . $ask_url . '">' . __( 'Ask question', 'anspress-question-answer' ) . '</a>'; Cheers.

Private Question can’t be used.

Hello Atsushi, Yes this problem did exists in older version and I remember I fixed it at some point. I can’t find the commit now. If you are not using AskBug or any AnsPress extensions then feel free to upgrade to AnsPress 4.

Support questions

Hello Sharon, Sorry for delayed replay. You need to enable registration from the Dashboard > Settings > General and navigate to find the Membership tab, check the option “Anyone can register”.