Custom Prefix causes error
-
Hello,
I tried to define a custom prefix for hum, as it is described in the documentation:
add_filter('hum_redirect_base_e',
create_function('', 'return "https://ebird.org";'));Unfortunately, this causes an error as
create_function
is deprecated.Is there any other way to define a custom prefix?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Prefix causes error’ is closed to new replies.