403Webshell
Server IP : 38.190.208.107  /  Your IP : 216.73.217.46
Web Server : nginx/1.28.1
System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64
User : root ( 0)
PHP Version : 8.2.28
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/wp.5/wp-content/plugins/fluentform/app/Modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/wp.5/wp-content/plugins/fluentform/app/Modules/DocumentationModule.php
<?php

namespace FluentForm\App\Modules;

class DocumentationModule
{
    public function render()
    {
        wp_enqueue_script('fluentform-docs');
        wpFluentForm('view')->render('admin.docs.index', [
            'public_url' => fluentformMix(),
            'icon_path_url' => fluentformMix(''),
            'user_guides'   => $this->getUserGuides(),
        ]);
    }

    private function getUserGuides()
    {
        $guides = [
            [
                'title' => __('Getting started with Fluent Forms', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/getting-started-with-fluent-forms/',
            ],
            [
                'title' => __('Setting up form submission confirmation', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/setup-form-submission-confirmation-message-in-fluent-forms/',
            ],
            [
                'title' => __('Form layout settings', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/form-layout-settings-in-fluent-forms/',
            ],
            [
                'title' => __('Conditional logics', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/set-up-forms-with-conditional-logic-in-fluent-forms/',
            ],
            [
                'title' => __('Managing form submissions', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/managing-entries-in-fluent-forms/',
            ],
            [
                'title' => __('Setting up email notifications', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/how-to-setup-admin-user-email-notifications/',
            ],
            [
                'title' => __('Mailchimp integration', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/how-to-integrate-mailchimp-with-fluent-forms/',
            ],
            [
                'title' => __('Slack integration', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/how-to-integrate-slack-with-fluent-forms/',
            ],
            [
                'title' => __('Form restrictions', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/form-restrictions-feature-in-fluent-forms/',
            ],
            [
                'title' => __('Setup conditional confirmation messages', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/conditional-confirmation-message-in-fluent-forms/',
            ],
            [
                'title' => __('Predefined form fields', 'fluentform'),
                'link'  => 'https://fluentforms.com/docs/general-docs/field-types/',
            ],
        ];
    
        $guides = apply_filters_deprecated(
            'fluentform_user_guide_links',
            [
                $guides
            ],
            FLUENTFORM_FRAMEWORK_UPGRADE,
            'fluentform/user_guide_links',
            'Use fluentform/user_guide_links instead of fluentform_user_guide_links'
        );

        return apply_filters('fluentform/user_guide_links', $guides);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit