How to sanitize settings API value
-
I am working on a Plugin. I am using Settings API like below.
register_setting( 'sports_api_key', 'sports_api_key' );
How can I sanitize settings API Text value here ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to sanitize settings API value’ is closed to new replies.