Parsed: 133230

  public function has_element_in_list_item_scope( $tag_name ) {
    throw new WP_HTML_Unsupported_Exception( 'Cannot process elements depending on list item scope.' );

    return false; // The linter requires this unreachable code until the function is implemented and can return.
  }