Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barrykooij/023fe8dec8c1d176f0b2a70a6f58dc3c to your computer and use it in GitHub Desktop.
Save barrykooij/023fe8dec8c1d176f0b2a70a6f58dc3c to your computer and use it in GitHub Desktop.
​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