*/ /** * Delete previous notices. */ function rank_math_1_0_14_clear_old_notices() { delete_option( 'rank_math_notifications' ); } rank_math_1_0_14_clear_old_notices();