Notice: require(): Read of 2954 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/elementor/includes/autoloader.php on line 300
Notice: require(): Read of 2954 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/elementor/includes/autoloader.php on line 300
ools' )->deprecation->deprecated_function( __METHOD__, '3.5.0', 'Plugin::$instance->uploads_manager->get_file_type_handlers( \'svg\' )->sanitizer()' );
/** @var Svg $svg_handler */
$svg_handler = Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' );
return $svg_handler->sanitizer( $content );
}
/**
* Prepare attachment for js
*
* @deprecated 3.5.0 Use `Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' )->wp_prepare_attachment_for_js()` instead.
*
* @param $attachment_data
* @param $attachment
* @param $meta
*
* @return mixed
*/
public function wp_prepare_attachment_for_js( $attachment_data, $attachment, $meta ) {
Plugin::$instance->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.5.0', 'Plugin::$instance->uploads_manager->get_file_type_handlers( \'svg\' )->wp_prepare_attachment_for_js()' );
/** @var Svg $svg_handler */
$svg_handler = Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' );
return $svg_handler->wp_prepare_attachment_for_js( $attachment_data, $attachment, $meta );
}
/**
* Set attachment id
*
* @deprecated 3.5.0
*
* @param $attachment_id
*
* @return int
*/
public function set_attachment_id( $attachment_id ) {
Plugin::$instance->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.5.0' );
$this->attachment_id = $attachment_id;
return $this->attachment_id;
}
/**
* Get attachment id
*
* @deprecated 3.5.0
*
* @return int
*/
public function get_attachment_id() {
Plugin::$instance->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.5.0' );
return $this->attachment_id;
}
/**
* Set svg meta data
*
* @deprecated 3.5.0 Use `Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' )->set_svg_meta_data()` instead.
*
* @return mixed
*/
public function set_svg_meta_data( $data, $id ) {
Plugin::$instance->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.5.0', 'Plugin::$instance->uploads_manager->get_file_type_handlers( \'svg\' )->set_svg_meta_data()' );
/** @var Svg $svg_handler */
$svg_handler = Plugin::$instance->uploads_manager->get_file_type_handlers( 'svg' );
return $svg_handler->set_svg_meta_data( $data, $id );
}
/**
* Handle upload prefilter
*
* @deprecated 3.5.0 Use `Elementor\Plugin::$instance->uploads_manager->handle_elementor_wp_media_upload()` instead.
*
* @param $file
*
* @return mixed
*/
public function handle_upload_prefilter( $file ) {
Plugin::$instance->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.5.0', 'Elementor\Plugin::$instance->uploads_manager->handle_elementor_wp_media_upload()' );
return Plugin::$instance->uploads_manager->handle_elementor_wp_media_upload( $file );
}
}
Fatal error: Uncaught Error: Class "Elementor\Core\Files\Assets\Svg\Svg_Handler" not found in /home/parkwood/public_html/wp-content/plugins/elementor/core/files/assets/manager.php:65
Stack trace:
#0 /home/parkwood/public_html/wp-content/plugins/elementor/core/files/assets/manager.php(34): Elementor\Core\Files\Assets\Manager->register_asset_types()
#1 /home/parkwood/public_html/wp-content/plugins/elementor/includes/plugin.php(696): Elementor\Core\Files\Assets\Manager->__construct()
#2 /home/parkwood/public_html/wp-content/plugins/elementor/includes/plugin.php(623): Elementor\Plugin->init_components()
#3 /home/parkwood/public_html/wp-includes/class-wp-hook.php(341): Elementor\Plugin->init('')
#4 /home/parkwood/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array)
#5 /home/parkwood/public_html/wp-includes/plugin.php(522): WP_Hook->do_action(Array)
#6 /home/parkwood/public_html/wp-settings.php(771): do_action('init')
#7 /home/parkwood/public_html/wp-config.php(95): require_once('/home/parkwood/...')
#8 /home/parkwood/public_html/wp-load.php(50): require_once('/home/parkwood/...')
#9 /home/parkwood/public_html/wp-blog-header.php(13): require_once('/home/parkwood/...')
#10 /home/parkwood/public_html/index.php(17): require('/home/parkwood/...')
#11 {main}
thrown in /home/parkwood/public_html/wp-content/plugins/elementor/core/files/assets/manager.php on line 65