/home/techb158/public_html/wp-content/plugins/elementor/core/files/assets/json
Edit: /home/techb158/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php (706B)
uploads_manager->get_file_type_handlers( 'svg' );`
*/
class Json_Handler extends Files_Upload_Handler {
/**
* @deprecated 3.5.0
*/
public static function get_name() {
return 'json-handler';
}
/**
* @deprecated 3.5.0
*/
public function get_mime_type() {
return 'application/json';
}
/**
* @deprecated 3.5.0
*/
public function get_file_type() {
return 'json';
}
}