I don't understand this. Everytime I use this plugin, I got the blank page.
Code:
<plugin active="1">
<title>Create Test BBCodepars</title>
<hookname>bbcode_fetch_tags</hookname>
<phpcode><![CDATA[
$tag_list['no_option']['test'] = array(
'callback' => 'handle_test_bbcode',
'strip_empty' => true,
'stop_parse' => true,
'disable_smilies' => true,
'disable_wordwrap' => true,
'strip_space_after' => 1
);
]]></phpcode>
</plugin>
Would you please shed some lights for me
Thanks