wp-whatsapp
Last commit date
assets
2 months ago
blocks
3 months ago
cross-sell
2 months ago
includes
2 months ago
languages
2 years ago
vendor
2 months ago
vendor-prefixed
2 months ago
views
2 months ago
WhatsappPluginAdapter.php
3 months ago
index.php
2 years ago
readme.txt
2 months ago
whatsapp.php
2 months ago
wpml-config.xml
5 years ago
WhatsappPluginAdapter.php
19 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Plugin adapter for whatsapp. |
| 4 | * Generated by yaycommerce-init. Edit values as needed. |
| 5 | */ |
| 6 | |
| 7 | defined( 'ABSPATH' ) || exit; |
| 8 | |
| 9 | class WhatsappPluginAdapter { |
| 10 | public function init(): void { |
| 11 | ( new \WhatsappScoped\YayCommerce\AdminShell\Menu\ExternalPluginMenuAdapter( [ |
| 12 | 'parent_menu' => 'nta_whatsapp', |
| 13 | 'menu_title' => 'WhatsApp', |
| 14 | 'menu_capability' => 'manage_options', |
| 15 | 'menu_slug' => 'nta_whatsapp_recommended_plugins', |
| 16 | ] ) )->init(); |
| 17 | } |
| 18 | } |
| 19 |