| 1 | <?php |
||
| 17 | class WPBO_Provider_Aweber { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Trigger form submission. |
||
| 21 | * |
||
| 22 | * Add a last couple of checks, set the redirects and |
||
| 23 | * finally subscribe the visitor to the Aweber list. |
||
| 24 | * |
||
| 25 | * @since 1.0.0 |
||
| 26 | * |
||
| 27 | * @param array $data Form post data |
||
| 28 | * |
||
| 29 | * @return bool |
||
| 30 | */ |
||
| 31 | public static function submit( $data ) { |
||
| 42 | |||
| 43 | } |