Noptin_WooCommerce_Lifetime_Value_Trigger::get_settings()
Contents
Source Source
File: includes/automation-rules/triggers/class-noptin-woocommerce-lifetime-value-trigger.php
public function get_settings() { return array( 'lifetime_value' => array( 'el' => 'input', 'label' => __( 'Lifetime Value', 'newsletter-optin-box' ), 'description' => __( 'Enter the lifetime value without the currency symbol', 'newsletter-optin-box' ), 'placeholder' => '100', ), ); }
Expand full source code Collapse full source code View on GitHub