create_bool_feature_flag | Creates an instance of a bool feature flag with the specified... |
create_connect_group_feature_flag | Creates an instance of a connect feature flag that is enabled... |
create_connect_user_feature_flag | Creates an instance of a connect feature flag that is enabled... |
create_env_var_feature_flag | Creates an instance of a feature flag that is enabled based... |
create_feature_flag | Creates the base of a feature flag. |
create_percentage_feature_flag | Creates an instance of a percentage feature flag with a... |
create_time_period_feature_flag | Creates an instance of a time period feature flag. |
feature_if | Evaluates the provided expression if the feature flag is... |
feature_ifelse | Evaluates one or the other expression based on whether the... |
is_enabled | Checks if the given feature flag is enabled. |
is_enabled.bool_feature_flag | Checks if the given bool feature flag is enabled |
is_enabled.connect_group_feature_flag | Checks if the given connect group feature flag is enabled |
is_enabled.connect_user_feature_flag | Checks if the given connect user feature flag is enabled |
is_enabled.env_var_feature_flag | Checks if the given environment variable feature flag is... |
is_enabled.percentage_feature_flag | Checks if the given percentage flag is enabled |
is_enabled.time_period_feature_flag | Checks if the given bool feature flag is enabled |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.