Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Office Contact Template.
- *
- * @param array $block The block settings and attributes.
- * @param string $content The block inner HTML (empty).
- * @param bool $is_preview True during AJAX preview.
- * @param int|string $post_id The post ID this block is saved to.
- * @param WP_Block|null $wp_block The WP_Block object.
- * @param array $context Additional context data for the block.
- * @param array $fields The ACF fields for the block.
- */
- namespace Lichtblick\Theme\Blocks\Office_Contact;
- use Lichtblick\Theme\Modules\ACF\ACF_Block as Block;
- $attrs = Block::get_attributes($block, $is_preview);
- ?>
- <section <?= wp_kses_data($attrs); ?>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement