Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/v/e/r/verseaumee/blueversion/wp-content/plugins/give/src/FormMigration/Steps/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/v/e/r/verseaumee/blueversion/wp-content/plugins/give/src/FormMigration/Steps/Mailchimp.php
<?php

namespace Give\FormMigration\Steps;

use Give\FormMigration\Contracts\FormMigrationStep;
use Give\Framework\Blocks\BlockModel;

/**
 * @since 3.3.0
 */
class Mailchimp extends FormMigrationStep
{
    /**
     * @since 3.3.0
     */
    public function canHandle(): bool
    {
        return $this->formV2->isMailchimpEnabled();
    }

    /**
     * @since 3.3.0
     */
    public function process(): void
    {
        $block = BlockModel::make([
            'name'       => 'givewp/mailchimp',
            'attributes' => $this->getAttributes(),
        ]);

        $this->fieldBlocks->insertAfter('givewp/email', $block);
    }

    /**
     * @since 3.3.0
     */
    private function getAttributes(): array
    {
        return [
            'label'            => $this->formV2->getMailchimpLabel(),
            'checked'          => $this->formV2->getMailchimpDefaultChecked(),
            'doubleOptIn'      => give_get_option('give_mailchimp_double_opt_in', true),
            'subscriberTags'   => $this->formV2->getMailchimpSubscriberTags(),
            'sendDonationData' => $this->formV2->getMailchimpSendDonationData(),
            'sendFFMData'      => $this->formV2->getMailchimpSendFFMData(),
            'defaultAudiences' => $this->formV2->getMailchimpDefaultAudiences(),
        ];
    }
}


Youez - 2016 - github.com/yon3zu
LinuXploit