Under the wp user section, I am trying to create a new application password name and password. When I click the “Add New Application Password” button all I get is a red box. I have read that wordfence blocks this and was wondering if BPS Pro does the same. If so, can I allow the creation of an application password? If so, how?
BPS does not block the WordPress Application Password feature. You can try to manually enable it by adding this: add_filter( 'wp_is_application_passwords_available', '__return_true' ); in your Theme’s functions.php file.