Activity_Helper::get_actions()

Method: Return all registered actions of AnsPress.

Activity_Helper::get_action()

Method: Return a single registered action of AnsPress.

Activity_Helper::action_exists()

Method: Check if activity action exists.

Activity_Helper::insert()

Method: Insert activity data into the database. `$q_id` argument cannot be left blank as it is required.

Activity_Helper::get_instance()

Method: Creates or returns an instance of this class.

Activity_Helper::__construct()

Method: Constructor for the database class to inject the table name

Activity_Helper::hooks()

Method: Register all hooks of activities.

Activity_Helper::_before_delete()

Method: Callback for `before_delete_post`.

Activity_Helper::_delete_comment()

Method: Callback for `delete_comment`.

Activity_Helper::_ajax_more_activities()

Method: Callback for loading more activities.