apply_filters_deprecated( 'elementor/ajax_save_builder/return_data', array $return_data )
Returned ajax data.
Description
Filters the ajax data returned when saving the post on the builder.
Parameters
Name | Type | Description |
---|---|---|
$return_data | array |
The returned data. Default is an empty array. |
Changelog
Version | Description |
---|---|
2.0.0 | Use elementor/documents/ajax_save/return_data filter instead. |
1.0.0 | Introduced. |
Source
includes/managers/elements.php
Used By
- includes/managers/elements.php: Elements_Manager::ajax_save_builder()