apply_filters( 'llms_status_tools', array[] $tools )

Register tools with the LifterLMS core


Description Description

When registering a custom tool you should additionally have an action triggered for the tool using the action llms_status_tool which will be called to process or handle the action.

See also See also


Top ↑

Parameters Parameters

$tools

(array[]) Associative array of status tool definitions. The array key is a unique "id" for the tool and the array value should be an associative array as described below:

  • 'description'
    (string) Description of what the tool does.
  • 'label'
    (string) The title of the tool.
  • 'text'
    (string) The text displayed on the tool's button.


Top ↑

Source Source

File: includes/admin/class.llms.admin.page.status.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.