Shortcode hook

2 Bedrooms

2 Bedrooms

2 Bathrooms

2 Bathrooms

2 Receptions

2 Receptions

2 Cloakrooms

2 Cloakrooms

Attached Garage

Attached Garage

Gardens Front and Rear

Gardens Front and Rear

EV Charging

EV Charging

Solar Panels

Solar Panels

Sustainable New Build

Sustainable New Build

House Battery

House Battery

Heat Pump

Heat Pump

Owl

Owl

Bat

Bat

Paw

Paw

Flower

Flower

property hive is active and this is the block!

Price:
Warning: Undefined property: stdClass::$price_formatted in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 30

Bedrooms:
Warning: Undefined property: stdClass::$bedrooms in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 31

Bathrooms:
Warning: Undefined property: stdClass::$bathrooms in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 32

Property Type:
Warning: Undefined property: stdClass::$property_type in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 33

Bedrooms: field_66fa78028aa36

Bathrooms: field_66fa78028a9ef

© gomopress 2024
Honeycomb powered by .
   function gomo_get_hook($atts) {
	ob_start();
	if ( $atts['hook']) {
		echo do_action($atts['hook']);
	} 
	return ob_get_clean();
  }
  add_shortcode('create-hook', 'gomo_get_hook');

 if ( ! function_exists( 'honeycomb_credit' ) ) {
	function honeycomb_credit() {
		?>
		<div class="site-info">
			<?php echo esc_html( apply_filters( 'honeycomb_copyright_text', $content = '&copy; ' . get_bloginfo( 'name' ) . ' ' . date( 'Y' ) ) ); ?>
			<?php if ( apply_filters( 'honeycomb_credit_link', true ) ) { ?>
			<br /> <?php echo __(sprintf( esc_attr__( '%1$s powered by %2$s.', 'honeycomb' ), 'Honeycomb', '<a href="https://wp-property-hive.com" title="Property Hive - The Leading WordPress Platform For Estate Agency Websites" rel="author">Property Hive</a>' ), 'propertyhive'); ?>
			<?php } ?>
		</div><!-- .site-info -->
		<?php
	}
}
add_filter( 'honeycomb_footer', 'honeycomb_credit', 10, 3 );

Then add a shortcode:

© gomopress 2024
Honeycomb powered by .