HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/themes/nt-landium/includes/demo-wizard-config.php
<?php
/**
* Merlin WP configuration file.
*
* @package   Merlin WP
* @version   @@pkg.version
* @link      https://merlinwp.com/
* @author    Rich Tabor, from ThemeBeans.com & the team at ProteusThemes.com
* @copyright Copyright (c) 2018, Merlin WP of Inventionn LLC
* @license   Licensed GPLv3 for Open Source Use
*/

if ( ! class_exists( 'Merlin' ) ) {
    return;
}

/**
* Set directory locations, text strings, and settings.
*/
$wizard = new Merlin(

    $config = array(
        'directory'            => 'includes/merlin', // Location / directory where Merlin WP is placed in your theme.
        'merlin_url'           => 'merlin', // The wp-admin page slug where Merlin WP loads.
        'parent_slug'          => apply_filters( 'ninetheme_parent_slug', 'themes.php' ), // The wp-admin parent page slug for the admin menu item.
        'capability'           => 'manage_options', // The capability required for this menu to be displayed to the user.
        'child_action_btn_url' => 'https://codex.wordpress.org/child_themes', // URL for the 'child-action-link'.
        'dev_mode'             => true, // Enable development mode for testing.
        'license_step'         => false, // EDD license activation step.
        'license_required'     => false, // Require the license activation step.
        'license_help_url'     => 'https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code', // URL for the 'license-tooltip'.
        'edd_remote_api_url'   => '', // EDD_Theme_Updater_Admin remote_api_url.
        'edd_item_name'        => '', // EDD_Theme_Updater_Admin item_name.
        'edd_theme_slug'       => '', // EDD_Theme_Updater_Admin item_slug.
        'ready_big_button_url' => site_url(), // Link for the big button on the ready step.
    ),
    $strings = array(
        'admin-menu'               => esc_html__( 'Theme Setup', 'nt-landium' ),

        /* translators: 1: Title Tag 2: Theme Name 3: Closing Title Tag */
        'title%s%s%s%s'            => esc_html__( '%1$s%2$s Themes &lsaquo; Theme Setup: %3$s%4$s', 'nt-landium' ),
        'return-to-dashboard'      => esc_html__( 'Return to the dashboard', 'nt-landium' ),
        'ignore'                   => esc_html__( 'Disable this wizard', 'nt-landium' ),

        'btn-skip'                 => esc_html__( 'Skip', 'nt-landium' ),
        'btn-next'                 => esc_html__( 'Next', 'nt-landium' ),
        'btn-start'                => esc_html__( 'Start', 'nt-landium' ),
        'btn-no'                   => esc_html__( 'Cancel', 'nt-landium' ),
        'btn-plugins-install'      => esc_html__( 'Install', 'nt-landium' ),
        'btn-child-install'        => esc_html__( 'Install', 'nt-landium' ),
        'btn-content-install'      => esc_html__( 'Install', 'nt-landium' ),
        'btn-import'               => esc_html__( 'Import', 'nt-landium' ),
        'btn-license-activate'     => esc_html__( 'Activate', 'nt-landium' ),
        'btn-license-skip'         => esc_html__( 'Later', 'nt-landium' ),

        /* translators: Theme Name */
        'license-header%s'         => esc_html__( 'Activate %s', 'nt-landium' ),
        /* translators: Theme Name */
        'license-header-success%s' => esc_html__( '%s is Activated', 'nt-landium' ),
        /* translators: Theme Name */
        'license%s'                => esc_html__( 'Enter your license key to enable remote updates and theme support.', 'nt-landium' ),
        'license-label'            => esc_html__( 'License key', 'nt-landium' ),
        'license-success%s'        => esc_html__( 'The theme is already registered, so you can go to the next step!', 'nt-landium' ),
        'license-json-success%s'   => esc_html__( 'Your theme is activated! Remote updates and theme support are enabled.', 'nt-landium' ),
        'license-tooltip'          => esc_html__( 'Need help?', 'nt-landium' ),

        /* translators: Theme Name */
        'welcome-header%s'         => esc_html__( 'Welcome to %s', 'nt-landium' ),
        'welcome-header-success%s' => esc_html__( 'Hi. Welcome back', 'nt-landium' ),
        'welcome%s'                => esc_html__( 'This wizard will set up your theme, install plugins, and import content. It is optional & should take only a few minutes.', 'nt-landium' ),
        'welcome-success%s'        => esc_html__( 'You may have already run this theme setup wizard. If you would like to proceed anyway, click on the "Start" button below.', 'nt-landium' ),

        'child-header'             => esc_html__( 'Install Child Theme', 'nt-landium' ),
        'child-header-success'     => esc_html__( 'You\'re good to go!', 'nt-landium' ),
        'child'                    => esc_html__( 'Let\'s build & activate a child theme so you may easily make theme changes.', 'nt-landium' ),
        'child-success%s'          => esc_html__( 'Your child theme has already been installed and is now activated, if it wasn\'t already.', 'nt-landium' ),
        'child-action-link'        => esc_html__( 'Learn about child themes', 'nt-landium' ),
        'child-json-success%s'     => esc_html__( 'Awesome. Your child theme has already been installed and is now activated.', 'nt-landium' ),
        'child-json-already%s'     => esc_html__( 'Awesome. Your child theme has been created and is now activated.', 'nt-landium' ),

        'plugins-header'           => esc_html__( 'Install Plugins', 'nt-landium' ),
        'plugins-header-success'   => esc_html__( 'You\'re up to speed!', 'nt-landium' ),
        'plugins'                  => esc_html__( 'Let\'s install some essential WordPress plugins to get your site up to speed.', 'nt-landium' ),
        'plugins-success%s'        => esc_html__( 'The required WordPress plugins are all installed and up to date. Press "Next" to continue the setup wizard.', 'nt-landium' ),
        'plugins-action-link'      => esc_html__( 'Advanced', 'nt-landium' ),

        'import-header'            => esc_html__( 'Import Content', 'nt-landium' ),
        'import'                   => esc_html__( 'Let\'s import content to your website, to help you get familiar with the theme.', 'nt-landium' ),
        'import-action-link'       => esc_html__( 'Advanced', 'nt-landium' ),

        'ready-header'             => esc_html__( 'All done. Have fun!', 'nt-landium' ),

        /* translators: Theme Author */
        'ready%s'                  => esc_html__( 'Your theme has been all set up. Enjoy your new theme by %s.', 'nt-landium' ),
        'ready-action-link'        => esc_html__( 'Extras', 'nt-landium' ),
        'ready-big-button'         => esc_html__( 'View your website', 'nt-landium' ),
        'ready-link-1'             => sprintf( '<a href="%1$s">%2$s</a>', admin_url( 'customize.php' ), esc_html__( 'Start Customizing', 'nt-landium' ) ),
    )
);