@ ȋ@ ǃ@ @ XɃ@ order 361 center #a8d145 H@ ص@ @ @ wp-a11y | join id 1 width y buttons 1.1.55 parent xY mm m h @ esc_url integer ;=1 query ԍ@ mo up event e rY >= e e AM| read s edit s OKȷ widgets pi@ output |4 has_cap @ hook tf Google style @ default iacute ordm 4@ headers edit h @ @ 胕@ *@ edit st @ this s Tumblr view t :U| enum t @ !@ ƈ@ Փ@ H utf8mb4 7g largest 31 5.5.3 P?@ key a \Gط wp_kses Ok enqueue term_id events D2=1 color add_cap edit tf jquery empty s @(1 where l 5 Uӱ colspan h| ext2 %@ _term d 31 5.5.3 3.1.36 open | type g | join g 2| area de @@ H@ `@ 0@ p@ null rl K@ sprintf ']j endians uacute AND ntf `@ trim 1 RLIKE a:0:{} | join n N> replace @(1 where XɃ@ string XɃ@ value S Q@ false S object ASC ile | type (6@ request pK@ theme d S object F6%1 pipes t (6@ request .W| icon s page | type te 'm1 title e OKȷ widgets i| text rn hour= asc id S object @ array colors pC@ text g j x 1 width OR upby 4@ value string Y summary page $| echo x page g | type r 1 width s | type de F| name ed Ã@ args 32 XɃ@ name n S@ string S object 8"@ script masonry view t presets lists d cҤ pending pC@ theme F| name DS open PN1 align d TRANSIENT ); $this->indexing_helper->set_reason( Indexing_Reasons::REASON_TAXONOMY_MADE_PUBLIC ); $this->maybe_add_notification(); } // There are taxonomies that have been made private. if ( ! empty( $newly_made_non_public_taxonomies ) ) { // Schedule a cron job to remove all the terms whose taxonomy has been made private. $cleanup_not_yet_scheduled = ! \wp_next_scheduled( Cleanup_Integration::START_HOOK ); if ( $cleanup_not_yet_scheduled ) { \wp_schedule_single_event( ( \time() + ( \MINUTE_IN_SECONDS * 5 ) ), Cleanup_Integration::START_HOOK ); } } } /** * Decides if a notification should be added in the notification center. * * @return void */ private function maybe_add_notification() { $notification = $this->notification_center->get_notification_by_id( 'taxonomies-made-public' ); if ( \is_null( $notification ) ) { $this->add_notification(); } } /** * Adds a notification to be shown on the next page request since posts are updated in an ajax request. * * @return void */ private function add_notification() { $message = \sprintf( /* translators: 1: Opening tag of the link to the Search appearance settings page, 2: Link closing tag. */ \esc_html__( 'It looks like you\'ve added a new taxonomy to your website. We recommend that you review your %1$sSettings%2$s under Categories & tags.', 'wordpress-seo' ), '', '' ); $notification = new Yoast_Notification( $message, [ 'type' => Yoast_Notification::WARNING, 'id' => 'taxonomies-made-public', 'capabilities' => 'wpseo_manage_options', 'priority' => 0.8, ] ); $this->notification_center->add_notification( $notification ); } }