slswc_license_status_types

Filter license status types. Allow to change the license status types.

Parameters:
array $status_types The current list of status types.

Example Usage:

<?php
add_filter( 'slswc_license_status_types', function( $status_types ) {
    // Modify status_types
    return $status_types;
});
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support
Scroll to Top