LLMS_Admin_Users_Table::add_actions( string[] $actions, WP_User $user )

Add custom actions links


Description Description

Outputs a "Reports" action link seen when hovering over a user in the table.


Parameters Parameters

$actions

(Required) Array of existing action links.

$user

(Required) User object.


Top ↑

Return Return

(string[])


Top ↑

Source Source

File: includes/admin/class-llms-admin-users-table.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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