ap_get_short_link()

Function: Return short link to a item.

ap_addon_activation_hook()

Function: Register a callback function which triggred after activating an addon.

ap_array_insert_after()

Function: Insert a value or key/value pair after a specific key in an array. If key doesn’t exist, value is appended to the end of the array.

ap_user_link_anchor()

Function: User name and link with anchor tag.

ap_remove_stop_words()

Function: Remove stop words from a string.

ap_search_array()

Function: Search array by key and value.

ap_get_addons()

Function: Get all AnsPress add-ons data.

ap_get_active_addons()

Function: Return all active addons.

ap_activate_addon()

Function: Activate an addon and trigger addon activation hook.

ap_addon_activated

Action Hook: No description