Looking at the is_email() functionality on trac, it looks like you don’t need to sanatizie as it’s just string testing. I would even go so far as to say that if this function returns true, you wouldn’t need to sanitize it before sending it into the database.
Related Posts:
- Escaping and sanitizing SVGs in metabox textarea
- What is the difference between wp_strip_all_tags and wp_filter_nohtml_kses?
- Reason for Lowercase usernames
- What is the best way to sanitize data?
- Should nonce be sanitized?
- esc_url removes white space. Can I change that to using ‘-‘?
- WP Coding standards – escaping the inescapable?
- Sanitatizing when using the posts_where hook
- Escape hexadecimals/rgba values
- Must I serialize/sanitize/escape array data before using set_transient?
- Echo JavaScript Safely
- wp_kses ignore allowed and allow everything
- Sanitize array callback for the WordPress Settings API
- How to escape $_GET and check if isset?
- What’s a safe / good way to output HTML safely within WordPress templates?
- Do Not Understand → Rule No. 4: Making Data Safe Is About Context [closed]
- Sanitizing output that contains quotes?
- WP_Customize_Manager: How to get control ID
- How to use wp_filter_oembed_result?
- Sanitization html output itself
- Post text sanitization after publishing/editing – changes are not saved
- wp_set_object_terms() without accents
- Escaping data from database (users table) is necessary?
- Properly sanitize an input field “Name “
- What is the proper way to sanitize $_POST and $_GET vars?
- Why is sanitize_text_field() selectively trimming data?
- Should HTML output be passed through esc_html() AND wp_kses()?
- Sanitize content from wp_editor
- What’s the difference between esc_* functions?
- Sanitizing integer input for update_post_meta
- Sanitize User Entered CSS
- Which KSES should be used and when?
- Is sanitize_text_field() is enough to save to DB?
- How to sanitize select box values in post meta?
- WP doesn’t show Array Custom Fields?
- how to sanitize checkbox input?
- Sanitizing post content for use in an email
- How to get input_attrs in the sanitize function?
- What is the difference between sanitize_text_field() and wp_filter_nohtml_kses()?
- Sanitizing `wp_editor();` Values for Database, Edit, and Display
- I’m confused about URL sanitization in meta boxes
- Coding a plugin on WordPress; when should I sanitize? [duplicate]
- where to apply “apply filters” and other Sanitization Functions
- How to save html and text in the database?
- Multiple register settings, with same option name – issue
- Is default functions like update_post_meta safe to use user inputs?
- Sanitize textarea instead of input
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- vs WordPress Security
- Cannot get ‘sanitize_callback’ to work for rest parameters
- How to sanitize user input?
- Change filename during upload
- How to sanitize my cookie name
- Do We Need to Validate, Sanitize, or Filter Simple Numerical Superglobals (Cookies and Post)?
- wpdb get_results() and prepare when to use prepare?
- WordPress Settings API – Sanitize Integer
- Preserve old values on error in setting API
- WP_Editor – Saving Value into Plugin Option – Stripping HTML
- CSS from textarea in options page to frontend what to do
- How to get rid of shortcodes in post content once and for all
- Is it sensible to worry about sanitizing admin input in plugin custom CSS?
- How to use sanitize_callback?
- Unable to sanitize in customizer and escape in theme without removing ability for user to use “< br >” to insert a line break
- Are all hooks/functions tied to Kses meant for sanitization?
- sanitize_text_field and apostrophe problem
- Getting error to display radio button value in General Settings page
- What data sanitzation function should be used to store entire source code of webpage?
- Escaping date string in url with wordpress
- What functions does WordPress use for filtering / sanitizing comments?
- wordpress is adding a second backslash when I use addslashes
- WordPress messes up with data attributes in shortcode output
- textarea field is getting escaped for some unknown reason
- Do we need to escape data that we receive from theme options?
- Input sanitation
- Sanitize user input fields before wp_insert_post
- How WordPress sanitizes post content on save? Or it doesn’t?
- Restrict characters in comment section
- How to use checked() function with multiple check box group? How to properly sanitize that checkbox group?
- How to allow arbitrary inline CSS in posts?
- Can non-latin characters appear in slugs?
- Trouble matching strings (titles) using wp_query
- Sanitize WordPress Array Input?
- How to save Checkbox-Options in Plugin Options Page
- Customizer textarea with script tag won’t work in live preview
- Data Validation & Sanitization for Big HTML Blocks
- I need to get the control choices to sanitize_callback
- Array/List Edit in Backend
- Escaping WP_Query tax_query when term has special character(s)
- Escaping and sanitization
- Escaping WP_Query tax_query when term has special character(s)
- Comparing pre-saved post_title to post-saved post_title
- Trouble creating custom sanitization function when uploading video files
- Settings api sanatize callback not being triggered
- Auto post with filling templates from external data and update periodical
- Sanitizing a custom query’s clauses
- Customizer sanitize_callback for input type number
- How can I properly sanitize the update_option in WordPress?
- Extend file format support for post thumbnails
- Sanitization of register_setting()
- How to sanitize settings API value