email-updates-large.php 868 B

12345678910111213141516171819
  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. 'blockTypes' => array( 'core/query' ),
  11. 'content' => '<!-- wp:heading {"level":3} -->
  12. <h3>' . esc_html__( 'Our newsletter rocks! Sign up here to receive every post in your inbox.', 'geologist' ) . '</h3>
  13. <!-- /wp:heading -->
  14. <!-- wp:jetpack/subscriptions -->
  15. <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>
  16. <!-- /wp:jetpack/subscriptions -->',
  17. );