Last active
May 12, 2021 15:54
-
-
Save scofennell/c81923e9d6424c349e3f668b9daceb22 to your computer and use it in GitHub Desktop.
p css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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