__( 'User subscription', 'thrive-ult' ), ); } $items[ self::TRIGGER_SPECIFIC ] = array( 'title' => __( 'Visit to conversion page', 'thrive-ult' ), ); return $items; } /** * Get triggers * * @return array */ public static function get_types() { $items = array( self::TYPE_END => array( 'title' => __( 'End Campaign', 'thrive-ult' ), ), self::TYPE_MOVE => array( 'title' => __( 'Move to another Campaign', 'thrive-ult' ), ), ); return $items; } }