← All changes
|
modules/atomic-widgets/elements/atomic-form/atomic-form.php
+1
-0
4.3.0-beta1
→
4.3.2
View file →
| @@ -53,8 +53,9 @@ | ||
| 53 | 53 | |
| 54 | 54 | public function __construct( $data = [], $args = null ) { |
| 55 | 55 | parent::__construct( $data, $args ); |
| 56 | 56 | $this->meta( 'is_container', true ); |
| 57 | + $this->meta( 'is_compound', true ); | |
| 57 | 58 | } |
| 58 | 59 | |
| 59 | 60 | public static function get_default_recipient_email(): string { |
| 60 | 61 | return sanitize_email( (string) get_option( 'admin_email', '' ) ); |