Actions / Filters

By woocommerce-sl, posted on April 8, 2020

Name woo_sl/show_extend_button/label Type Filter Arguments $label $order_id $order_item_id $new_price $_product_expire_units $_product_expire_time Description Change the Extend Button label Example of usage

Read more

By woocommerce-sl, posted on August 30, 2017

Type Filter Arguments (array) $product_fields Description Add / Remove / Change admin product fields. Example of usage

Read more

By woocommerce-sl, posted on August 1, 2017

Read more

By woocommerce-sl, posted on August 2, 2017

Trigger before licence interface actions buttons. This send along 1 arguments: $licence_id

Read more

By woocommerce-sl, posted on August 2, 2017

Trigger after licence interface actions buttons. This send along 1 arguments: $licence_id

Read more

By woocommerce-sl, posted on August 2, 2017

Read more

By woocommerce-sl, posted on August 1, 2017

Type Filter Arguments text $instances integer order_item_id integer $licence_group_id Description Add / Remove / Change ‘instances per key’ text. Example of usage An example on how to change the text from ‘7 domains per key’ to ‘7 seats per key’:

Read more

By woocommerce-sl, posted on September 26, 2018

Type Filter Arguments (string) $text Description Change the default HTML text ‘You can manage your keys from My Account’ Example of usage Change the default text to something else

Read more

By woocommerce-sl, posted on November 28, 2023

Type Filter Arguments (string) $html (int) $order_item_id (object) $order_item (object) $order Description The filter allows you to modify the license information displayed on the front end, specifically at the Order Received page and in the confirmation email. Typically that will show up as follows: Example of usage The following code removes the License Type label. […]

Read more

By woocommerce-sl, posted on November 25, 2023

Type Filter Arguments (array) $disabled_buttons (int) $licence_data_id (text) $domain Description This filter serves to deactivate particular buttons within the License Management interface, offering enhanced control and customization over the functionality of the interface. Example of usage The following sample code removes the Delete button.

Read more