Disabling specific meta fields
-
I was using the hook below to filter out all the meta fields. Unfortunately I now need only one meta info field (Entry Date). Is there a hook that we can use to disable specific meta info fields so that I can include Entry Date?
Hook previously used:
add_filter( ‘gfexcel_output_meta_info’, ‘__return_false’ );Resolved by using Default Enabled Meta Fields
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disabling specific meta fields’ is closed to new replies.