'webhook', 'label' => __( 'Webhook', 'generateblocks-pro' ), 'type' => 'email', 'settings_fields' => [ [ 'key' => 'url', 'label' => __( 'Webhook URL', 'generateblocks-pro' ), 'type' => 'url', 'placeholder' => 'https://example.com/webhook', 'required' => true, ], ], 'settings_validate_callback' => [ 'GenerateBlocks_Pro_Form_Action_Webhook', 'validate_signup_settings' ], 'subscribe_callback' => [ 'GenerateBlocks_Pro_Form_Action_Webhook', 'subscribe' ], ] ); } }