Hello GP Team,
over the weekend I switched from Marketer theme to the new Inbound theme.
As I expected, all plugins were deactivated including the Code Snippets plugin etc.
I activated all plugins again but since then all previous hooks are not working anymore. New created ones are also not working.
Hook : generate_after_entry_content
Run shortcodes is activated, run PHP also, priority and everything set.
Again it was all working fine before switching to “Inbound”.
Snippet to execute PHP in hooks also activated.
add_filter( ‘generate_hooks_execute_php’, ‘__return_true’ );
I dont know what is going on