Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created January 4, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/51502cc45c1f175d52a2c5a1eead50ab to your computer and use it in GitHub Desktop.
Save kimcoleman/51502cc45c1f175d52a2c5a1eead50ab to your computer and use it in GitHub Desktop.
Insert an HTML field containing the <hr /> element for improved layout.
/*
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