Description
Validate the privacy policy fieldsNote: 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 and not trying to hack the system.
Usage
$$input = oik_privacy_policy_options_validate( $input );Parameters
- $input
- ( mixed ) required –
Returns
$inputSource
File name: oik-privacy-policy/admin/oik-privacy-policy.phpLines:
1 to 3 of 3
function oik_privacy_policy_options_validate( $input ) { return( $input ); }View on GitHub View on Trac
