AnsPress_Question_Shortcode::get_instance()

Method: Return singleton instance of this class.

AnsPress_Question_Shortcode::anspress_question_sc()

Method: Control the output of [question] shortcode

ap_before_question_shortcode

Action Hook: Action is fired before loading AnsPress body.

ap_new_subscriber

Action Hook: Hook triggered right after inserting a subscriber.

ap_get_subscriber()

Function: Get a subscriber.

ap_subscribers_count()

Function: Get a subscribers count of a reference by specific event or without it.

ap_get_subscribers()

Function: Get subscribers. Total subscribers count will be returned if no argument is passed.

ap_delete_subscribers()

Function: Delete subscribers by event, ref_id and user_id.

ap_delete_subscribers

Action Hook: Action triggered right after deleting subscribers.

ap_is_user_subscriber()

Function: Check if user is subscribed to a reference event.