Last active
June 29, 2016 20:13
-
-
Save sbruner/98263f2d685948a17a3de6c7372540b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// sanitize parameter example. Must be in field function | |
,'sanitize' => array( | |
array( | |
'type' => 'html_class' | |
,'options' => array( | |
'fallback' => 'my-default-class' | |
) | |
,'callback' => 'my-custom-callback' | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment