The proper way to do that is using filter_input(). Here is an example for using a custom sanitize function:
$tab = filter_input(
INPUT_GET,
'tab',
FILTER_CALLBACK,
['options' => 'esc_html']
);
$tab = $tab ?: 'front_page_options';
Related Posts:
- Should I sanitize an email address before passing it to the is_email() function?
- 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
- 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?
- what is a good method to sanitize the whole $_POST array in php?
- Data sanitization: Best Practices with code examples
- How safe / sanitized is wp_insert_posts()?
- How to safely sanitize a textarea which takes full HTML input
- How to properly validate data from $_GET or $_REQUEST using WordPress functions?
- What’s the difference between esc_* functions?
- is_email() VS sanitize_email()
- What is the difference between esc_html and wp_filter_nohtml_kses?
- How to escape custom css?
- Escaping quotes from shortcode attributes
- Sanitation needed for WP_Query or get_posts calls?
- How to allow HTML tags into WP Bakery (formerly Visual Composer) `textfield` parameter
- Do Cookies Need to be Sanatized Before Being Saved?
- Default WordPress settings API data sanitization
- What is the difference between strip_tags and wp_filter_nohtml_kses?
- Should I sanitize custom post meta if it is going to be escaped later?
- How to display data from custom table in wordpress database?
- Remove tinyMCE from admin and replace with textarea
- wp_sanitize_redirect strips out @ signs (even from parameters) — why?
- array_map() for sanitizing $_POST
- Correct processing of `$_POST`, following WordPress Coding Standards
- I’m confused about URL sanitization in meta boxes
- why is esc_html() returning nothing given a string containing a high-bit character?
- How Could I sanitize the receive data from this code
- Who is responsible for data sanitization in WordPress development?
- Settings API – sanitize_callback is not called and it leads to an incorrect behavior
- Best Practice for Validating and Sanitizing Data
- Storing HTML in wp_options
- What is the proper way to validate and sanitize JSON response from REST API?
- MITM risk of not sanitizing?
- Which escape function to use when escaping an email or plain text?
- Modify automatically generation of slug when term is created
- Can i use the same sanitize function on multiple theme mod textboxes?
- What function removes apostrophes when making a slug?
- How to sanitize uploaded file filename from a plugin?
- Is wp_kses the right approach in sanitizing this string?
- Seeking clarity on data sanitization fields for settings textarea
- Customizer: Category Select Sanitize
- Prevent invalid or empty values from being saved to the database and retain the form field values upon error
- How to use sanitize_callback?
- Theme Customizier sanitize_callback not working
- Change wp_sanitize function?
- Are un-sanitized theme options more vulnerable to malicious scripts than the theme editor?
- What’s the proper way to sanitize checkbox value sent to the database
- How to escape html generate by a loop
- confused about sanitize_email after is_email [duplicate]
- Trouble creating custom sanitization function for user list dropdown
- Output Sanitation
- Invalidate username if it contains @ symbol
- Contact Form Security
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- Display the line breaks in user bio without using html
- Change user nicename without sanitize
- Sanitize $_GET variable when comparing
- HTML in category name
- How can I apply custom sanitization to new usernames?
- How do I sanitize the str_replace function in javascript variables
- Sanitizing textarea for wp_insert_post with TinyMCE enabled or disabled
- Safely store code(html/js..) into database
- Sanitaizing Select Optin For Custom Post Type Metabox in WP
- settings api and the data passed in the parameter
- HTML Img with data:image src gets sanitized in admin?
- Do I need to sanitize $_POST[‘keyword’] before send to ‘s’ parameter?
- Where is the HTML-handler part in the wpdb class?
- Can we validate data from jquery
- Custom-Metaboxes-and-Fields text_url field prepending http://
- Data validation for inline javascript
- Sanitize and Save metabox values
- How to return responsive images from a sanitize_callback?
- esc_url, esc_url_raw or sanitize_url?
- how to sanitizing $_POST with the correct way?
- Does it make sense to sanitize the output of an SVG file?
- WooCommerce custom SVG coloring tool [closed]
- sanitize meta input