PluginProbe
Add Chat App Button / trunk
Add Chat App Button vtrunk
2.2 2.1.13 2.1.12 2.1.11 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.1.3 1.2 1.2.1 1.2.2 1.2.3 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.0 All 34 releases
add-whatsapp-button / add-whatsapp-button.php

add-whatsapp-button.php in Add Chat App Button trunk, at add-whatsapp-button.php

17 lines 375 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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' );