return'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 2.0 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.taxonomy_dropdown_widget_plugin::get_instance()->render_dropdown($options,'legacy_gtd');
return'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 2.0 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.$taxonomy_dropdown_widget_plugin->render_dropdown($options,'legacy_gtd');
}
}
endif;
endif;
...
@@ -590,29 +582,25 @@ if ( !function_exists( 'TDW_direct' ) ):
...
@@ -590,29 +582,25 @@ if ( !function_exists( 'TDW_direct' ) ):
echo'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.7 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.$taxonomy_dropdown_widget_plugin->render_dropdown($options,'legacy_tdw');
echo'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.7 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.taxonomy_dropdown_widget_plugin::get_instance()->render_dropdown($options,'legacy_tdw');
}
}
endif;
endif;
...
@@ -620,20 +608,16 @@ if ( !function_exists( 'makeTagDropdown' ) ):
...
@@ -620,20 +608,16 @@ if ( !function_exists( 'makeTagDropdown' ) ):
echo'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.6 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.$taxonomy_dropdown_widget_plugin->render_dropdown($options,'legacy_mtd');
echo'<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.6 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->'.taxonomy_dropdown_widget_plugin::get_instance()->render_dropdown($options,'legacy_mtd');