Winter Sale Is Here
Exclusive Discount on Lifetime Plans
hrs
min
sec

Save up to 75% on Lifetime Plans – Limited Time Offer, Don't Miss Out!

Filters reference

lmfwc_table_licenses_column_value

Estimated reading: 1 minute 1636 views

DESCRIPTION

This filter is used to add or modify column values on the Licenses page/table.

PARAMETERS

Name Type Description
$item Array Associative array of column name and value pairs.
$column_name Array Name of the current column.
[php]add_filter('lmfwc_table_licenses_column_name', function($columns) {
  if ($column_name !== 'foo_fighters') {
    return $item;
  }
​
  $item[$column_name] = "Walk";
​
  return $item;
});[/php]

This will add the text “Walk” into the foo_fighters column.

Share this Doc

lmfwc_table_licenses_column_value

Or copy link

CONTENTS
Scroll to Top
license manager plugin
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.