Skip to content

Instantly share code, notes, and snippets.

@scofennell
Last active May 12, 2021 15:54
Show Gist options
  • Save scofennell/c81923e9d6424c349e3f668b9daceb22 to your computer and use it in GitHub Desktop.
Save scofennell/c81923e9d6424c349e3f668b9daceb22 to your computer and use it in GitHub Desktop.
p css
<?php
function paragraph_cb( $attributes, $out ) {
$out = $this -> bottom_whitespaceify( $out );
return $out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment