[epl_inspect_real_estate] Shortcode
The Inspect Real Estate shortcode feature allows you to output your booking and apply buttons on your listing templates using a simple Shortcode. There are a variety of options available with each Shortcode in Easy Property Listings. You can output the book inspection button like this.
[epl_inspect_real_estate]
Usage
There are a couple options that can be specified with this shortcode with the other options being automatically set from the add-ons settings page.
[epl_inspect_real_estate option1="value1" option2="value2"]
You can also print a the button in a template like so:
<?php echo do_shortcode( '[epl_inspect_real_estate button="inspect" class="my-button-class"]' ); ?>
All Options
button
class
Options
The following options are accepted:
button
specify the button type to be output. The default is inspect button
- inspect
- apply
[epl_inspect_real_estate button="apply"]
class
specify the buttons custom class.
[epl_inspect_real_estate class="my-custom-class"]