Diaplay the ID of a given filter
General Format
==============
filter_id(filterName)
filterName – filter name to get the id of it
Example
=======
<?php
echo(filter_id(“validate_url”));
?>
Output
=====
273
Diaplay the ID of a given filter
General Format
==============
filter_id(filterName)
filterName – filter name to get the id of it
Example
=======
<?php
echo(filter_id(“validate_url”));
?>
Output
=====
273