| 开发者 | prithivimorya |
|---|---|
| 更新时间 | 2026年5月1日 13:01 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[anywatc] to automatically detect product IDs on single product pages.[anywatc id="123"] to display a button for any specific product on any page.anywhere-add-to-cart folder to the /wp-content/plugins/ directory.[anywatc] or [anywatc_cart] in any page, post, or widget area.Go to Products > All Products in your dashboard. Hover over a product name, and the ID will appear (e.g., ID: 123).
Yes! It is fully compatible with Gutenberg, Elementor, Divi, Beaver Builder, and WPBakery. Simply use the 'Shortcode' block or widget.
Yes, the plugin uses standard WordPress internationalization (i18n) functions and is ready for translation.
Absolutely. The plugin will automatically render the variation selection dropdowns and handle the "Add to Cart" logic just like a standard product page.
wp_add_inline_script() for better compliance.anywatc_ to prevent naming collisions.esc_html_e() and esc_attr().wp_unslash() and rigorous sanitization for all admin settings.