рж╩■у ╒!R╕╗7╞`╩■у @с(; █ M з╩■у ┬[=╘ж7mХрJ╔■у @с(; █ И╩■у ╜·|н╝ЩеK╔■у @с(; █═ з╩■у ╒╬иож7mХ@K╔■у @с(; █Н @з╩■у ИGR╕╗7╞░╩■у @с(; █ M `з╩■у їЧ┬л/НpK╔■у @с(; █ Аз╩■у ╤пС┬л/НаK╔■у @с(; █═ аз╩■у 7R╕╗7╞╪╩■у @с(; █Н └з╩■у И]Ст|,├╨K╔■у @с(; █ M рз╩■у bн╪у|,├ L╔■у @с(; █ ╩■у ┼ў|hj╝Ще0L╔■у @с(; █═ и╩■у ╧ R╕╗7╞(╩■у @с(; █Н и╩■у Шz╖нж7mХ`L╔■у if * the value has actually changed or not. * * @param string $integration_option The intergration option name. * @param string $target_option The target option to remove the tokens from. * @param array $new_value The new value of the option. * * @return bool Whether the tokens have been deleted or not. */ protected function check_token_option_disabled( $integration_option, $target_option, $new_value ) { if ( \array_key_exists( $integration_option, $new_value ) && $new_value[ $integration_option ] === false ) { \YoastSEO()->helpers->options->set( $target_option, [] ); return true; } return false; } }