HackForMe get premium features such as woocommerce integration ,whatsapp share button ,many custom styles and lifetime custom support.'
);
?>
Enter your Cell phone number
waphone = get_option( 'mywhatsapp_option_name' );
$this->watext = get_option( 'text' );
$this->background = get_option( 'waiosupportcolor' );
$this->iconcol = get_option( 'waioiconcolor' );
$this->waiosuptext = get_option( 'waiosupbuttext' );
$this->waiofloatsize = get_option( 'waiosupsize');
}
}
}
add_shortcode( 'whatsapp', array( 'whatsapphelpshortclass', 'shortbutton' ) );
add_shortcode( 'washare', array( 'Waiowhatsappsharebutton', 'washarebut') );
if ( checked( '1', get_option( 'floatingwhatsapp' ), false ) ) {
add_action( 'get_footer', array( 'waiowhatsappsupport', 'wabutton' ) );
}
if ( checked( '1', get_option( 'sharebutcss' ), false ) ) {
if ( wp_is_mobile() ) {
add_action( 'get_footer', array( 'waiowhatsappsupport', 'wabutton' ) );
}
}
// initiates share button page .
if ( ! class_exists( 'Washare' ) ) {
class Washare {
public $sharetext = '';
public $sharebutcap = '';
public static function washarebutton() {
add_settings_error(
'myUniqueIdentifier',
esc_attr( 'settings_updated' ),
$message = 'This plugin is made by Team HackForMe support us by checking our website.'
);
?>
Enter the settings for whatsapp share button
sharetext = get_option( 'waiowasharetext' );
$this->sharebutcap = get_option( 'waiosharebuttext' );
}
}
}