Skip to content

Instantly share code, notes, and snippets.

@anthonysbrown
Last active November 27, 2017 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonysbrown/e68b1fbe9a52db86a1b3239266565166 to your computer and use it in GitHub Desktop.
Save anthonysbrown/e68b1fbe9a52db86a1b3239266565166 to your computer and use it in GitHub Desktop.
functions.php
add_action('spcdm/files/responsive/before', 'custom_cdm_add_file_id');
function custom_cdm_add_file_id($file_id){
echo '#'.$file_id.' ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment