Created
January 4, 2018 12:12
-
-
Save kimcoleman/51502cc45c1f175d52a2c5a1eead50ab to your computer and use it in GitHub Desktop.
Insert an HTML field containing the <hr /> element for improved layout.
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
/* | |
Add a <hr /> element to Membership Checkout | |
*/ | |
//html field | |
$fields[] = new PMProRH_Field( | |
' ', | |
'html', | |
array( | |
'html' => '<hr />', | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment