wp-whatsapp
Last commit date
assets
1 month ago
blocks
1 month ago
cross-sell
1 month ago
includes
1 month ago
languages
1 month ago
vendor
1 month ago
vendor-prefixed
1 month ago
views
1 month ago
WhatsappPluginAdapter.php
1 month ago
index.php
1 month ago
readme.txt
1 month ago
whatsapp.php
1 month ago
wpml-config.xml
1 month 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 |