• If I have function in my plugin and I want to use it ion my theme, I jsut do this:

    function helloworld() {
    print ("Hello World");
    }

    And include it in theme like that:

    helloworld();

    How can I have shortcode for the function so I would be able to use it on specific pages with Tinymce? Something like [helloworld]

    Edit: I posted it in wrong forum, can someone move it?

  • The topic ‘Plugin function shortcode?’ is closed to new replies.