BBCode::RemoveRule( $name )


Description Description


Source Source

File: includes/admin/parser.php

function RemoveRule($name) { unset($this->tag_rules[$name]); }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.