golden hour
/home/godaofbq/hyperxmed.com/wp-content/plugins/elementskit/widgets/whatsapp
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
514 B
Del
OK
assets
-
Del
OK
error_log
17.68 KB
Del
OK
parts
-
Del
OK
whatsapp-handler.php
739 B
Del
OK
whatsapp.php
43.17 KB
Del
OK
Edit: whatsapp-handler.php
<?php namespace Elementor; class ElementsKit_Widget_Whatsapp_Handler extends \ElementsKit_Lite\Core\Handler_Widget{ static function get_name() { return 'elementskit-whatsapp'; } static function get_title() { return esc_html__( 'WhatsApp', 'elementskit' ); } static function get_icon() { return 'ekit ekit-whatsapp ekit-widget-icon'; } static function get_categories() { return [ 'elementskit' ]; } static function get_keywords() { return ['ekit', 'whatsapp', 'chat']; } static function get_dir() { return \ElementsKit::widget_dir() . 'whatsapp/'; } static function get_url() { return \ElementsKit::widget_url() . 'whatsapp/'; } }
Save