System Generated Password
Good day
I have checked "Let the user create their own password vs a system generated one" box in classipress but a password is still generated.
I have searched the forums and tried this fix:
add_filter('random_password', '__return_false');
adding it to functions.php, but it did not work.
Is there a specific location in functions.php where I should add that code? Your assistance would be much appreciated.