map_bank
Add_shortcode for google_map_shortcode Description: This hook is used for calling the function of shortcode handler.
Usage
- // basic usage
- echo do_shortcode('[map_bank]');
- // variable usage
- $result = do_shortcode('[map_bank]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /google-maps-bank.php
- Description: This hook is used for calling the function of shortcode handler.
- Created On: 06-02-2017 15:12
- Created By: Tech Banker Team
- */
- add_shortcode("map_bank", "google_map_shortcode");
- /**
- add_action for add_map_shortcode_button
- Description: This hook is used for add google map button for shortcode popup.
- Created On: 17-03-2017 12:56