Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created September 9, 2014 11:50
Show Gist options
  • Save tomhemsley/f72318b9e576cb1c5235 to your computer and use it in GitHub Desktop.
Save tomhemsley/f72318b9e576cb1c5235 to your computer and use it in GitHub Desktop.
Show slideshow ID above table
function ms_show_id($slider_id) {
echo "ID: " . $slider_id;
}
add_action('metaslider_admin_table_before', 'ms_show_id', 10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment