Function Reference: geodir_uninstall_settings_desc

Summary

Show the description in uninstall settings section.

Change Log

Since: 1.6.9

Source File

geodir_uninstall_settings_desc() is located in geodirectory-admin/admin_hooks_actions.php [Line: 2465]

Source Code

function geodir_uninstall_settings_desc() {
    echo '

' . __('Select the plugin(s) for which all data should be completely removed when the plugin is deleted.', 'geodirectory') . '

'; }