Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Created October 2, 2014 14:23
Show Gist options
  • Save aaroneaton/03fcf41cb3361ba324fe to your computer and use it in GitHub Desktop.
Save aaroneaton/03fcf41cb3361ba324fe to your computer and use it in GitHub Desktop.
close button
<?php
$html .= '<a href="#" class="om-close" title="' . esc_attr__( 'Close', 'optin-monster' ) . '">&times;</a>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment