wp_generate_password() is undefined in a plugin
-
How can I solve this error caused by a new plugin.
Fatal error: Call to undefined function wp_generate_password()
the function is part of the wp core file wp-includes\pluggable.php
So new plugin does not know that the function exist.
How can I declare this function within the new plugin?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wp_generate_password() is undefined in a plugin’ is closed to new replies.