Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Created October 2, 2014 14:09
Show Gist options
  • Save aaroneaton/c2e0e8df4935da66aa4f to your computer and use it in GitHub Desktop.
Save aaroneaton/c2e0e8df4935da66aa4f to your computer and use it in GitHub Desktop.
optin wrapper
<?php
$provider = $this->get_email_setting( 'provider', '', false );
$html = '<div id="om-lightbox-sample-optin" class="om-lightbox-sample om-clearfix om-theme-sample' . ( $provider && 'custom' == $provider ? 'om-custom-html-form' : '' ) . '"';
$html .= '<div id="om-lightbox-theme-optin-wrap" class="om-clearfix">';
// Optin content will go here!
$html .= '</div>';
$html .= '</div>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment