email-updates-large.php 828 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Email Updates (Large)
  4. *
  5. * @package Geologist
  6. */
  7. return array(
  8. 'title' => __( 'Email Updates (Large)', 'geologist' ),
  9. 'categories' => array( 'geologist' ),
  10. 'content' => '<!-- wp:heading {"level":3} -->
  11. <h3>' . esc_html__( 'Our newsletter rocks! Sign up here to receive every post in your inbox.', 'geologist' ) . '</h3>
  12. <!-- /wp:heading -->
  13. <!-- wp:jetpack/subscriptions -->
  14. <div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline">[jetpack_subscription_form show_subscribers_total="false" button_on_newline="false" custom_font_size="16px" custom_border_radius="0" custom_border_weight="1" custom_padding="15" custom_spacing="10" submit_button_classes="" email_field_classes="" show_only_email_and_button="true"]</div>
  15. <!-- /wp:jetpack/subscriptions -->',
  16. );