Skip to content

Instantly share code, notes, and snippets.

@jpguisa
Created August 22, 2023 15:14
Show Gist options
  • Save jpguisa/45221909ac880157f187ed9866d0ccd3 to your computer and use it in GitHub Desktop.
Save jpguisa/45221909ac880157f187ed9866d0ccd3 to your computer and use it in GitHub Desktop.
Replace h titles with other tag
<?php
$html = preg_replace('/<h[1-6](.*?)<\/h[1-6]>/si', '<h5$1</h5>', $html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment