elementor / elementor/elementor
Action Check for document_settings
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 1.6k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 193
Description
Hi,
I'm an Elementor plugin developer and I have an issue with the `document_settings` hook. On my plugin, I use
```
elementor/element/wp-post/document_settings/after_section_end
elementor/element/wp-page/document_settings/after_section_end
```
hooks, which worked until now. On one of my clients, these hooks are changed somehow and called as `post` instead of `wp-post` and `page` instead of `wp-page`. At first I thought another plugin is interfering with it or the client modified Elementor plugin but these weren't the case.
Can anyone know why these hooks are changed and under what circumstances can these hooks change? Maybe there is an option that might change the behaviour of these hooks.
Thank you,
Contributor guide
Assessment
This issue has not been assessed yet.