You appear to be a bot. Output may be restricted
Description
Validate the oik user options fields
Usage
$$input
Note: = oik_user_options_validate( $input );
Parameters
- $input
- ( mixed ) required –
Returns
$input Note: Checkboxes don't need validating and there's little point validating the text since we allow (X)HTML and shortcodes AND if the user chooses to change a list start field to something else it may not be necessary to check the list end is the right tag. Of course, we're assuming the user is reasonably web savvy
Source
File name: oik-user/admin/oik-user.php
Lines:
1 to 3 of 3
function oik_user_options_validate( $input ) { return( $input ); }