Viewing 1 replies (of 1 total)
  • Thread Starter Jonathan

    (@jag1989)

    It would seem just extending the class and creating a new class object works fine.

    class newBoostrapShortcodes extends BoostrapShortcodes{
    function bs_collapse( $atts, $content = null ) {...}
    }
    new newBoostrapShortcodes();
Viewing 1 replies (of 1 total)
  • The topic ‘Override class method’ is closed to new replies.