When the src uses plugins_url() (or probably any code that doesn't contain the WP "UPLOADS" constant) it shouldn't report an error. e.g. ``` $text .= '<img src="' . esc_url( plugins_url( 'assets/images/paypal.png', __FILE__ ) ) . '" width="50" alt="PayPal">'; ```