/ Published in: PHP
adds a shortcode
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
add_shortcode('test', 'test'); function test() { echo 'test'; }