how to remove get_template_part from a plugin? [closed]

Unfortunately it’s not possible. There just aren’t any filters for filtering templates loaded with get_template_part() that you could use to achieve this.

tech