Uses
Uses | Description |
---|---|
wp-includes/comment.php: wp_check_comment_disallowed_list | Fires before the comment is tested for disallowed characters or words. |
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_strip_all_tags() | Properly strip all HTML tags including script and style |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/comment.php: wp_blacklist_check | Fires before the comment is tested for disallowed characters or words. |