PluginProbe ʕ •ᴥ•ʔ
WP Chat App / 3.8.2
WP Chat App v3.8.2
3.8.1 3.8.2 trunk 2.6 3.4 3.4.1 3.4.2 3.4.4 3.4.5 3.4.6 3.5 3.6 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0
wp-whatsapp / WhatsappPluginAdapter.php
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