Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Function to add text shortcode to posts and pages
- function text_shortcode(){
- $html = '<div class="get_help" id="get_help">
- <h2>Get Help Now!</h2>
- <p>Our addiction specialists are standing by around the clock.</p>
- <a href="tel:#" class="wpcf7-form-control wpcf7-submit button-large" id="telephone"><i class="fa fa-phone-alt"></i> #</a>
- </div>';
- return $html;
- }
- add_shortcode('get-help', 'text_shortcode');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement