Return to Snippet

Revision: 54655
at January 6, 2012 06:17 by silviogohl


Initial Code
add_shortcode('test', 'test');
function test() {
    echo 'test';
}

Initial URL


Initial Description
adds a shortcode

Initial Title
wordpress shortcode test

Initial Tags
wordpress

Initial Language
PHP