403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/excellentvege/wp-content/plugins/wp-coder/includes/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/excellentvege/wp-content/plugins/wp-coder/includes/settings//7.include.php
<?php
/*
 * Page Name: Scripts & Styles
 */

use WPCoder\Dashboard\Field;
use WPCoder\Dashboard\Option;

defined( 'ABSPATH' ) || exit;

$default = Field::getDefault();
$opt     = include( 'options/includes.php' );
$count   = ! empty( $default['param']['include'] ) ? count( $default['param']['include'] ) : 0;
?>

    <fieldset id="includes-files" class="wowp-fieldset">
        <div class="wowp-fieldset__header">
            <div class="wowp-fieldset__header-title">
				<?php esc_html_e( 'Add External Scripts & Styles', 'wp-coder' ); ?>
                <p>Add custom styles or scripts to your site by entering the URL. These files will be loaded on the front end.</p>
            </div>

            <div class="wowp-fieldset__header-button">
                <a class="button button-secondary" id="add-include"><?php esc_html_e( 'Add New', 'wp-coder' ); ?></a>
            </div>
        </div>

		<?php if ( $count > 0 ) :
			for ( $i = 0; $i < $count; $i ++ ):
				?>

                <div class="wowp-fields__group">
                    <button class="wowp-button__icon is-remove dashicons dashicons-trash"></button>
					<?php Option::init( [
						$opt['include'],
						$opt['include_file'],
						$opt['js_attr'],
						$opt['css_only_preview'],
					], $i ); ?>

                </div>
			<?php
			endfor;
		endif; ?>

        <div class="btn-add-display"></div>
    </fieldset>


    <template id="clone-includes">

        <div class="wowp-fields__group">
            <button class="wowp-button__icon is-remove dashicons dashicons-trash"></button>
			<?php Option::init( [
				$opt['include'],
				$opt['include_file'],
				$opt['js_attr'],
				$opt['css_only_preview'],
			], - 1 ); ?>

        </div>

    </template>


<?php

Youez - 2016 - github.com/yon3zu
LinuXploit