Allow a dropdown of a selected custom key.Basic usage : wp_dropddown_metas('meta_key=my_key');
A plugin to show a dropdown input of a custom field, based on existing values.
Basic usage : wp_dropdown_metas('meta_key=my_custom_field');
Advanced usage : wp_dropdown_metas('meta_key=my_custom_field&name=my_input_name&orderby=meta_value&order=DESC&hide_empty=0&class=input_class&tab_index=4&show_count=0');