Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
inc
/
admin
/
libs
/
merlin
/
File Content:
merlin-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. */ $pxl_server_info = apply_filters( 'pxl_server_info', ['docs_url' => 'https://doc.casethemes.net/', 'email_support' => 'casethemes.com@gmail.com'] ) ; $wizard = new Merlin( $config = array( 'directory' => 'merlin', // Location / directory where Merlin WP is placed in your theme. 'merlin_url' => 'pxlart-setup', // The wp-admin page slug where Merlin WP loads. 'parent_slug' => 'pxlart', // 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' => false, // Enable development mode for testing. 'license_step' => true, // EDD license activation step. 'license_required' => true, // 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' => home_url( '/' ), // Link for the big button on the ready step. ), $strings = array( 'admin-menu' => esc_html__( 'Setup Wizard', 'adsett' ), /* translators: 1: Title Tag 2: Theme Name 3: Closing Title Tag */ 'title%s%s%s%s' => esc_html__( '%1$s%2$s Themes ‹ Theme Setup: %3$s%4$s', 'adsett' ), 'return-to-dashboard' => esc_html__( 'Return to the dashboard', 'adsett' ), 'ignore' => esc_html__( 'Disable this wizard', 'adsett' ), 'btn-skip' => esc_html__( 'Skip', 'adsett' ), 'btn-next' => esc_html__( 'Next', 'adsett' ), 'btn-start' => esc_html__( 'Start', 'adsett' ), 'btn-no' => esc_html__( 'Cancel', 'adsett' ), 'btn-plugins-install' => esc_html__( 'Install', 'adsett' ), 'btn-child-install' => esc_html__( 'Install', 'adsett' ), 'btn-content-install' => esc_html__( 'Install', 'adsett' ), 'btn-import' => esc_html__( 'Import', 'adsett' ), 'btn-license-activate' => esc_html__( 'Activate', 'adsett' ), 'btn-license-skip' => esc_html__( 'Later', 'adsett' ), /* translators: Theme Name */ 'license-header' => esc_html__( 'Activate Theme', 'adsett' ), 'license-header2' => esc_html__( 'Activate Your Theme', 'adsett' ), /* translators: Theme Name */ 'license-header-success%s' => esc_html__( '%s is Activated', 'adsett' ), /* translators: Theme Name */ 'license%s' => esc_html__( 'Please add your Envato purchase code to confirm the purchase.', 'adsett' ), 'license-label' => esc_html__( 'License key', 'adsett' ), 'license-success%s' => esc_html__( 'The theme is already registered, so you can go to the next step!', 'adsett' ), 'license-json-success%s' => esc_html__( 'Your theme is activated! Remote updates and theme support are enabled.', 'adsett' ), 'license-tooltip' => esc_html__( 'Need help?', 'adsett' ), /* translators: Theme Name */ 'welcome-header%s' => esc_html__( 'Let\'s Get You Started', 'adsett' ), 'welcome-header-success%s' => esc_html__( 'Hi. Welcome back', 'adsett' ), 'welcome%s' => esc_html__( 'Thanks for purchasing theme! You can now register your product to install plugins, import demos and unlock exlusive features.', 'adsett' ), '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.', 'adsett' ), 'child-header' => esc_html__( 'Install Child Theme', 'adsett' ), 'child-header-success' => esc_html__( 'You\'re good to go!', 'adsett' ), 'child' => esc_html__( 'Let\'s build & activate a child theme so you may easily make theme changes.', 'adsett' ), 'child-success%s' => esc_html__( 'Your child theme has already been installed and is now activated, if it wasn\'t already.', 'adsett' ), 'child-action-link' => esc_html__( 'Learn about child themes', 'adsett' ), 'child-json-success%s' => esc_html__( 'Awesome. Your child theme has already been installed and is now activated.', 'adsett' ), 'child-json-already%s' => esc_html__( 'Awesome. Your child theme has been created and is now activated.', 'adsett' ), 'plugins-header' => esc_html__( 'Install Plugins', 'adsett' ), 'plugins-header-success' => esc_html__( 'Plugins are all installed', 'adsett' ), 'plugins' => esc_html__( 'Let\'s install some essential WordPress plugins to get you started.', 'adsett' ), 'plugins-success%s' => esc_html__( 'The required WordPress plugins are all installed and up to date. Press "Next" to continue the setup wizard.', 'adsett' ), 'plugins-action-link' => esc_html__( 'View Plugins', 'adsett' ), 'import-header' => esc_html__( 'Import a Demo', 'adsett' ), 'import' => esc_html__( 'Choose a demo for importing to your website', 'adsett' ), 'import-action-link' => esc_html__( 'Advanced', 'adsett' ), 'ready-header' => esc_html__( 'You\'re Ready!', 'adsett' ), /* translators: Theme Author */ 'ready%s' => esc_html__( 'Your theme has been all set up. Enjoy your new theme by %s.', 'adsett' ), 'ready-action-link' => esc_html__( 'Extras', 'adsett' ), 'ready-big-button' => esc_html__( 'View your website', 'adsett' ), 'ready-link-1' => sprintf( '<a href="%1$s" target="_blank">%2$s</a>', $pxl_server_info['docs_url'], esc_html__( 'Help center', 'adsett' ) ), 'ready-link-2' => sprintf( '<a href="%1$s" target="_blank">%2$s</a>', $pxl_server_info['email_support'], esc_html__( 'Get Theme Support', 'adsett' ) ), 'ready-link-3' => sprintf( '<a href="%1$s">%2$s</a>', admin_url( 'admin.php?page=pxlart-theme-options' ), esc_html__( 'Theme Options', 'adsett' ) ), ) );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
includes
---
0755
languages
---
0755
vendor
---
0755
class-merlin.php
79498 bytes
0644
merlin-config.php
6827 bytes
0644
merlin-filters.php
1585 bytes
0644
N4ST4R_ID | Naxtarrr