I have placed the code:
add_filter( ‘submit_job_form_show_signin’, ‘__return_false’ );
In my functions.php file. It removed most of the sign in language, but it still says:
“You must have an active subscription to post jobs. Register or upgrade an account.”
And it does not show the form.
Is there more I need to add to functions.php?