apply_filters( 'cloudinary_elementor_replace_background_images_in_css', $replace, $post_css, $element ) → {bool}
Filter whether Cloudinary should replace background image URLs in Elementor's generated CSS.
Parameters:
| Name | Type | Description |
|---|---|---|
$replace |
bool | Whether to replace background images. Default true. |
$post_css |
Post | The post CSS object. |
$element |
Element_Base | The Elementor element being processed. |
- Since:
- 3.3.4
- Default Value:
- {true}
- Source:
Returns:
- Type
- bool