Initial commit.

This commit is contained in:
2025-11-24 21:33:55 +00:00
parent 14b7ade051
commit d6e9d316bc
8974 changed files with 1423277 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
* Title: Theme Button
* Slug: halloween-gift-store/theme-button
* Categories: template
*/
?>
<!-- wp:buttons -->
<div class="wp-block-buttons theme-button-section"><!-- wp:button {"style":{"color":{"background":"var(--wp--preset--color--primary)","text":"#fff"},"typography":{"fontSize":"12px"},"border":{"radius":"30px"}},"className":"theme-button"} -->
<div class="wp-block-button has-custom-font-size theme-button" style="font-size:12px"><a class="wp-block-button__link has-text-color has-background" style="border-radius:30px;background-color:var(--wp--preset--color--primary);color:#fff"><?php echo esc_html__('READ MORE', 'halloween-gift-store'); ?></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->