Doesn’t Work in PHP 8
-
Hi, you need to namespace your function calls from add_action(), otherwise you get fatal errors. For example:
add_action('init', '\Gravitydance\gravitydance_textdomain');
Thanks.
- The topic ‘Doesn’t Work in PHP 8’ is closed to new replies.