Filter: um_option_constant_name

apply_filters( 'um_option_constant_name', $constant, $option_id ) → {string}

Filters the wp-config.php constant name that backs a UM option.

Parameters:
Name Type Description
$constant string

Constant name (or empty to disable constant backing).

$option_id string

Option id.

Since:
  • 2.13.0
Source:
Returns:

Constant name.

Type
string