| 开发者 | beachfinder |
|---|---|
| 更新时间 | 2026年7月6日 03:45 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[beachfinder_widget] shortcode. It renders an iframe pointing to the official BeachFinder widget at https://getbeachfinder.com/widget/beach-conditions.
The shortcode accepts optional parameters for location, display text, language, search radius, result limit, theme and height.
beachfinder-widget folder to /wp-content/plugins/.[beachfinder_widget] or a configured shortcode.No. The plugin only embeds the public BeachFinder widget.
Yes. Use WordPress' do_shortcode() function:
<?php echo do_shortcode('[beachfinder_widget lat="45.526" lng="4.919" lang="fr"]'); ?>