Add hooks.
This commit is contained in:
@@ -14,10 +14,14 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
|
||||
<header class="property-single-header">
|
||||
<div class="property-single-info">
|
||||
<div class="group-items">
|
||||
<?php do_action( 'opalestate_before_single_property_title' ); ?>
|
||||
|
||||
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
|
||||
<?php opalestate_property_label(); ?>
|
||||
<?php opalestate_property_status(); ?>
|
||||
|
||||
<?php do_action( 'opalestate_after_single_property_title' ); ?>
|
||||
|
||||
<div class="property-meta">
|
||||
<div class="property-meta__list">
|
||||
<?php opalestate_property_types_list(); ?>
|
||||
@@ -88,6 +92,8 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
|
||||
<div class="property-tab-content">
|
||||
<div class="property-meta-top">
|
||||
<ul class="list-inline property-meta-top__list">
|
||||
<?php do_action( 'opalestate_before_property_meta_top_list' ); ?>
|
||||
|
||||
<?php if ( $property->get_sku() ) : ?>
|
||||
<li class="list-inline__sku">
|
||||
<span><?php esc_html_e( 'Property ID: ', 'opalestate-pro' ) ?></span>
|
||||
@@ -103,6 +109,8 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
|
||||
<li class="list-inline__favorite property-meta-top__button">
|
||||
<?php echo do_shortcode( '[opalestate_favorite_button property_id=' . get_the_ID() . ']' ); ?>
|
||||
</li>
|
||||
|
||||
<?php do_action( 'opalestate_after_property_meta_top_list' ); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user