Im trying to get the email stored udner ‘settings’ in wordpress. I know there was an old function for this: get_settings but this is depreciated. I can’t find a replacement – is there a reason for this? What is the best practice method for returning the settings email in wordpress?
Im trying to get the email stored udner ‘settings’ in wordpress. I know there
Share
Instead of using
get_settings(), useget_option().Example: