Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: New Page or Plugin
    Thread Starter AllegraGF

    (@allegragf)

    So I have learned that shortcodes is a way of doing this.

    function my_fuction( $atts ){
    //show this instead of [myshortcode];
    }
    add_shortcode( ‘myshortcode’, ‘my_fuction’ );

Viewing 1 replies (of 1 total)