Created
March 2, 2018 10:50
-
-
Save barrykooij/023fe8dec8c1d176f0b2a70a6f58dc3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
add_filter( 'dlm_en_field_my_custom_field', function( $field, $log_item, $download, $version) { | |
$field['label'] = "you label"; | |
$field['value'] = "your value"; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment