Remove admin fields: facebook_link, salary_min, salary_max
-
I am removing a number of admin fields, using
unset( $fields['_some_field']);
on a filter tojob_manager_job_listing_data_fields
. This works fine for most fields, but notfacebook_link
,salary_min
, orsalary_max
. Is there something special about these fields that they cannot be removed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove admin fields: facebook_link, salary_min, salary_max’ is closed to new replies.