| 1 |
<?php |
| 2 |
/* |
| 3 |
Plugin Name: Add Chat App Button |
| 4 |
Description: Adds a Floating button to your website which opens a WhatsApp chat window |
| 5 |
Author: Udi Dollberg |
| 6 |
Text Domain: add-whatsapp-button |
| 7 |
Domain Path: /languages |
| 8 |
Version: 2.2 |
| 9 |
Author URI: https://udidollberg.com/ |
| 10 |
*/ |
| 11 |
|
| 12 |
// Exit if accessed directly |
| 13 |
if ( ! defined( 'ABSPATH' ) ) { |
| 14 |
exit; |
| 15 |
} |
| 16 |
|
| 17 |
require_once( __DIR__ . '/plugin.php' ); |