Pelzini

This is the code documentation for the Pelzini project

function htmlify_check_tag()

Does processing on a single HTML tag, as provided by a regex in htmlify_text

Usage

string htmlify_check_tag ( string $full_match , string $tag_name );

Authors

Arguments

  1. string $full_match
    The full tag that was found (e.g. '<select name="blah">')
  2. string $tag_name
    The name of the tag that was found (e.g. 'select')

Return value

  • string
    What the tag should be replaced with