Adding Microsoft Teams Incoming Webhook to WordPress, Problem with Rest Route?
I’m not completely sure if this is the problem, but note that update_option() returns a false if the the old and new option values are the same, so you should not simply do a if ( update_option( self::$option_name, $message_data ) ) check. So for example, you would instead do something like this: if ( get_option( …