Created
September 9, 2014 11:50
-
-
Save tomhemsley/f72318b9e576cb1c5235 to your computer and use it in GitHub Desktop.
Show slideshow ID above table
This file contains 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
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