$this->handle_response( $response ); } // Update user profile data cache and return it. if ( ! QLIGG_DEVELOPER ) { $this->media_cache_engine->update( $media_complete_prefix, $response ); } return $this->handle_response( $response ); } public static function get_rest_args() { return array(); } public static function get_rest_method() { return \WP_REST_Server::CREATABLE; } public function get_rest_permission() { return true; } }