- This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by .
-
Topic
-
Hi I know that I can update fields with the below condition
// CODE UPDATE $option = get_option( 'settings' ); $option['new-text'] = $option['Text-old']; update_option( 'settings', $option );
But now I need to know the way to get a field and clear that field just and not any block of options using wordpress delete_options
I need to clear old fields so that it does not hide space in the database.
Thanks for the great work with Meta Box
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.