Skip to content

Instantly share code, notes, and snippets.

@annelyse
Created June 21, 2021 10:16
Show Gist options
  • Save annelyse/1075cee9211cafdfea3a8a78188e24ad to your computer and use it in GitHub Desktop.
Save annelyse/1075cee9211cafdfea3a8a78188e24ad to your computer and use it in GitHub Desktop.
<?php
$html = $block['innerHTML'];
preg_match_all('/<figcaption>(.*?)<\/figcaption>/s', $html, $match);
$legende = $match[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment