/ninja-forms-example-admin-settings-update-setting.php Secret
Last active Feb 8, 2016
<?php | |
function update_example_setting( $setting_value ) | |
{ | |
$setting_value = trim( $setting_value ); | |
return $setting; | |
} | |
add_filter( 'ninja_forms_update_setting_example_setting', 'update_example_setting', 10, 1 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment