Is there a 'good working practise' way to modify the markup that a wordpress plugin produces without editing the plugin's core files. The problem i foresee is that when you update the plugin, the markup that you would have modified overwritten.
I know in drupal there are template overrides, but i don't know enough about wordpress to do a similar practise.
Any help?