Hi there,
I am just testing this plugin and I really like it so far!
I do get two identical deprecation warnings on the frontend (currently on a development site with debugging on):
Deprecated
: strtok(): Passing null to parameter #1 ($string) of type string is deprecated in
_hidden_/plugins/permalink-manager/includes/core/permalink-manager-core-functions.php
on line
82
Deprecated
: strtok(): Passing null to parameter #1 ($string) of type string is deprecated in
_hidden_/plugins/permalink-manager/includes/core/permalink-manager-core-functions.php
on line
82
I can make the warnings disappear by setting WP_DEBUG_DISPLAY
to false
and everything works just fine (after all, it is only a deprecation warning). I also found this discussion that seems to be related.
Kind regards,
Gunnar
- This topic was modified 31 minutes ago by . Reason: typo