Shortcodes are small snippets of code that can be added anywhere on your website to show Property Hive related elements and information.
Note that if you're adding shortcodes in a PHP template you can execute them using do_shortcode() like so:
<?php echo do_shortcode('[shortcode_here]'); ?>