Day: October 8, 2018

  • WordPress settings_errors() display update message twice

    In wordpress plugin or theme settings API, when we add settings error, I face problem with display update message twice. and this is happen only when first times settings save. After a day long troubleshooting, I got this is because when update_option, it call add_option function first time. and that is the main reason to…