Rename Reputation to a different name.

I have answered similar question many time here, it can achieved easily. You can use WP translations and in translation rename reputation to whatever you want. Make sure to keep po file name as your default language, I think it will be ap-en_US.po

How to get the suscribers count?

Try this: $question_id = ap_question_get_the_ID() // if in loop, else question_id() ap_subscribers_count($question_id);

Version 2.4 development started – focused on core code improvent

Hi Excuse me, This is another type of request… Please (if is possible) move all of AP-extension-CSS files to main-AnsPress-CSS (and remove from AP-extension-plugins). In this case, after adding other AP-extension-plugins we have one CSS file (not several!). Thanks

Get the best or selected answer id from question id

Try this $meta = get_post_meta($question_id, ANSPRESS_SELECTED_META, true); if(!$meta){ //No answer selected }else{ //$meta will return $answer_id }

On pages that show users, I’m getting this error.

Get update from github.

After close topic, users can still post answers

Make sure you check option “Close question after selecting answer”