| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Centered call to action 4 * Slug: twentytwentyfour/cta-subscribe-centered 5 * Categories: call-to-action 6 * Keywords: newsletter, subscribe, button 7 * Description: Subscribers CTA section with a title, a paragraph and a CTA button. 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Four 11 * @since Twenty Twenty-Four 1.0 12 */ 13 14 ?> 15 16 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 17 <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 18 <!-- wp:group {"align":"wide","style":{"border":{"radius":"16px"},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --> 19 <div class="wp-block-group alignwide has-base-2-background-color has-background" style="border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--50)"> 20 <!-- wp:spacer {"height":"var:preset|spacing|10"} --> 21 <div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div> 22 <!-- /wp:spacer --> 23 24 <!-- wp:heading {"textAlign":"center","fontSize":"x-large"} --> 25 <h2 class="wp-block-heading has-text-align-center has-x-large-font-size"><?php echo esc_html_x( 'Join 900+ subscribers', 'Sample text for Subscriber Heading with numbers', 'twentytwentyfour' ); ?></h2> 26 <!-- /wp:heading --> 27 28 <!-- wp:paragraph {"align":"center"} --> 29 <p class="has-text-align-center"><?php echo esc_html_x( 'Stay in the loop with everything you need to know.', 'Sample text for Subscriber Description', 'twentytwentyfour' ); ?></p> 30 <!-- /wp:paragraph --> 31 32 <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> 33 <div class="wp-block-buttons"> 34 <!-- wp:button --> 35 <div class="wp-block-button"> 36 <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Sign up', 'Sample text for Sign Up Button', 'twentytwentyfour' ); ?></a> 37 </div> 38 <!-- /wp:button --> 39 </div> 40 <!-- /wp:buttons --> 41 42 <!-- wp:spacer {"height":"var:preset|spacing|10"} --> 43 <div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div> 44 <!-- /wp:spacer --> 45 </div> 46 <!-- /wp:group --> 47 </div> 48 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sun Aug 16 08:20:24 2026 | Cross-referenced by PHPXref |