Unpublish Authors With not Fulfilled Fields
You’re doing something like this tutorial on categorizing wordpress users, correct? I think you should do your filtering in your theme files, not on a hook. Just add an if statement to your template file (probably author.php) that tests if your custom fields aren’t empty strings, and then do whatever (404, redirect elsewhere, throw a … Read more