Re: Extracting Plugin Parameters Posted by Torpedro 25 Jun 2007 10:48 GMT-0000 posts: 80 You could have lokked into the existing plugins 😬, like e.g. lib/wiki-plugins/wikiplugin_quote.php Copy to clipboardextract ($params,EXTR_SKIP); This extracts the parameters so you can use them like this: {CODE()}if (!empty($replyto)) ...Copy to clipboard