Elementor
Class Elementor
Source
File: inc/compatibility/elementor.php
Expand full source code Collapse full source code View on Github
Methods
- add_theme_builder_hooks — Add support for elementor theme locations.
- alter_global_colors_front_end — Filter rest responses to add Neve Palette Colors to pages using Elementor.
- alter_global_colors_in_picker — Filter rest responses to add Neve Palette Colors to Elementor.
- do_404 — Remove actions for elementor 404 to act properly.
- do_footer — Remove actions for elementor footer to act properly.
- do_header — Remove actions for elementor header to act properly.
- do_single_page — Remove actions for elementor single page to act properly.
- do_single_post — Remove actions for elementor single post to act properly.
- enqueue — Enqueue Global Colors
- fix_links — Fix the underline of links added by neve.
- get_condition_manager — Returns Condition_Manager instance of the Elementor Pro.
- get_current_palette_colors — Get current palette colors.
- get_global_color_prefix — Get the global colors prefix.
- has_template — Checks if the site has Elementor template as independent from current post ID.
- init — Init function.
- is_edited_with_builder — Check if it page was edited with page builder.
- is_elementor_template — Is the current page has an elementor template. Looks if the an Elementor template is applied to the current page or not.
- register_theme_locations — Register Theme Location for Elementor see https://developers.elementor.com/theme-locations-api/
- remove_header_on_page — Remove title on single page.
- suspend_woo_customizations — Conditionally suspense Woocommerce moditifications by Neve Pro if Elementor template applies to current page.
- update_has_template_transient — Update has_template transient value when a post updated or inserted.