Loading...
 
Skip to main content

Features / Usability


Re: Extracting Plugin Parameters

posts: 80 Austria

You could have lokked into the existing plugins 😬, like e.g. lib/wiki-plugins/wikiplugin_quote.php

Copy to clipboard
extract ($params,EXTR_SKIP);

This extracts the parameters so you can use them like this:

{CODE()}if (!empty($replyto)) ...
Copy to clipboard

There are no comments at this time.