it's been a week I'm trying to fix errors generated by Theme Sniffer Plugins. but I have not succeeded, please help here are the code and the errors:
<p class="site-description"><?php esc_html_e( $dro_web_trader_description,'dro-web-trader' ); ?></p>
96 ERROR The $text arg must be a single string literal, not "$dro_web_trader_description".
$tags_list = get_the_tag_list('', esc_html_x('', 'list item separator', 'dro-web-trader'));
37 ERROR Strings should have translatable content
printf('<span class="tags-links row">' . esc_html__('%1$s', 'dro-web-trader') . '</span>', $tags_list); // WPCS: XSS OK.
40 ERROR Strings should have translatable content