CHECK_PLAIN

Flag used to indicate that text is not sanitized, so run check_plain().

See also

drupal_set_title()

189 uses of CHECK_PLAIN
aggregator_block_view in modules/aggregator/aggregator.module
Implements hook_block_view().
aggregator_categorize_items in modules/aggregator/aggregator.pages.inc
Form constructor to build the page list form.
aggregator_form_feed in modules/aggregator/aggregator.admin.inc
Form constructor for adding and editing feed sources.
block_admin_display_form in modules/block/block.admin.inc
Form constructor for the main block administration form.
block_form_user_profile_form_alter in modules/block/block.module
Implements hook_form_FORM_ID_alter() for user_profile_form().

... See full list

File

includes/bootstrap.inc, line 225

Code

define('CHECK_PLAIN', 0);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.