function _pcp_category_status in Profile Complete Percent 6.2
Check if a profile category is tagged as to be filled in. Returns TRUE or FALSE
File
- ./
pcp.module, line 666 - Allows users with valid permissions to tag profile fields created from the profile module as required fields for a users profile to be considered complete.
Code
function _pcp_category_status($category = '') {
return 'all';
}