Whatsapp base
// Add Shortcode function whatsappDirectMessage( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts ); } add_shortcode( 'whatsappDirectMessage', 'whatsappDirectMessage' );
// Add Shortcode function whatsappDirectMessage( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts ); } add_shortcode( 'whatsappDirectMessage', 'whatsappDirectMessage' );