Function Reference: geodir_manage_available_fields_predefined

Summary

This function has not been documented yet.

Source File

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

Source Code

function geodir_manage_available_fields_predefined($sub_tab){
    if($sub_tab=='custom_fields'){
        geodir_custom_available_fields('predefined');
    }
}