Code
- extras.php ➔ lsx_kses_allowed_html()
- extras.php ➔ lsx_body_class()
- extras.php ➔ lsx_embed_wrap()
- extras.php ➔ lsx_remove_self_closing_tags()
- extras.php ➔ lsx_is_element_empty()
- extras.php ➔ lsx_get_thumbnail()
- extras.php ➔ lsx_thumbnail()
- extras.php ➔ lsx_get_attachment_id_from_src()
- extras.php ➔ lsx_page_banner()
- extras.php ➔ lsx_disable_banner_for_blocks()
- extras.php ➔ lsx_form_submit_button()
- extras.php ➔ lsx_excerpt_more()
- extras.php ➔ lsx_the_excerpt_filter()
- extras.php ➔ lsx_full_width_widget_classes()
- extras.php ➔ full_width_widget_custom_callback()
- extras.php ➔ lsx_full_width_widget_output()
- extras.php ➔ lsx_post_format_force_content_on_list()
- extras.php ➔ lsx_remove_hentry()
- extras.php ➔ lsx_strip_excerpt()
- extras.php ➔ lsx_disable_gutenberg_product_type()
- extras.php ➔ lsx_breadcrumbs_blog_link()

This check looks for variable assignements that are either overwritten by other assignments or where the variable is not used subsequently.
Both the
$myVarassignment in line 1 and the$higherassignment in line 2 are dead. The first because$myVaris never used and the second because$higheris always overwritten for every possible time line.