See: https://github.com/proudcity/wp-proud-care/blob/d8fe27d994e62bd816b4eaf7377032c7906da288/wp-proud-care.php#L21 You should be escaping this url as well. ```php esc_url( admin_url( `your stuff` ) ); ```
See:
wp-proud-care/wp-proud-care.php
Line 21 in d8fe27d
You should be escaping this url as well.