Home › Forums › Front-end Issues › Registering new user with acf › Reply To: Registering new user with acf
Your code looks good, so there must be a logic or syntax error in your filter.
Can you please go through your code an debug it line by line like so:
<?php
echo '<pre>';
print_r( $password );
echo '</pre>';
die;
?>
This will display the given variable and visually prove that your data is correct and that the code runs to this line successfuly
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.