Article Category: Function Reference

Function Reference: wlmapi_protect_category

Protects a category. Parameters args (array) – An array of accepted arguments specified below: Parameter Description Required Default ContentIds (array) An array of category IDs to protect Required

Read More »

Function Reference: wlmapi_unprotect_category

Un-protects a category. Parameters category_id (int) – The ID of the category to un-protect Return Returns a multi-dimensional array containing operation status. Example Code <?php $categories =

Read More »

Function Reference: wlmapi_get_members

Retrieves all members. Parameters This function accepts no parameters. Return Returns a multi-dimensional array containing data for each member. Example Code <?php $members = wlmapi_get_members();

Read More »

Function Reference: wlmapi_delete_member

Deletes an existing member. Parameters member_id (int) – The ID of the member to delete Return Returns a multi-dimensional array containing the operation status. Example Code

Read More »