Reply To: Exception to Role to Role Blocking


Home Forums Front End PM PRO Exception to Role to Role Blocking Reply To: Exception to Role to Role Blocking

#15242
Shamim Hasan
Keymaster

User whitelist should bypass this block. I will modify this behavior in next version.

If you need this now and you know php, you can use remove_action( 'fep_action_validate_form', array( Fep_Role_To_Role_Block::init(), 'fep_action_validate_form' ), 10, 3 ); and add your own custom validation where you can alow this exception.