Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. public function __construct()
  2.     {
  3.         add_shortcode('text_paragraph', array($this, 'shortcode'));
  4.     }
  5.  
  6.     public function shortcode()
  7.     {
  8.         echo "test";
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement