^{MDAY_IN_SECONDSջ event_listsK@#s transients|0w get_listsw analyticscrest_controllerPo is_wp_errorK@#s transients|0w get_listsw analytics9`2dismissed_items{Jp get_report3^detected_eventss~2#compile_events9`2dismissed_itemsCq gtag_amp_optCI7c1 register_list.detectedEvents"> p event_lists.detectedEventss~2#compile_eventsߢ>b __constructtor.detectedEventsK@#s transientsK@#s transientss]Jp get_eventsentsCidimensionValues.detectedEvents9`2dismissed_itemscrest_controllerߢ>b __construct3^detected_events>r new_eventsN_w slug_nameq7o~ meta_prefixon; lost_events9`2dismissed_itemsCq gtag_amp_optts'$w _init_tagK@#s transients9`2dismissed_items:iw wp_footerP3+b* _init_tag_ampK@#s transients5kWP_Errorcrest_controller9`2dismissed_itemsHgooglesitekit_㥫= get_rest_routes9`2dismissed_itemsK@#s transientsHgooglesitekit_~~registersK@#s transients/%2 user_optionsts{Jp get_report eventCount>wup dimensions eventNamew startDate~~registerlmp-90 daysߢ>b __construct(8>5Fw eventNametp filterType inListFilter"> p event_listw analytics^oget_dataջ event_lists|0w get_lists4ջ event_listss~2#compile_eventsc o add_actiontor9`2dismissed_items  ms b9WP_REST_Requestc o add_actionc o add_action%v o add_filteruХ]w do_actionectorPo is_wp_errorRD~~register b9WP_REST_Requesthp expirabless㥫= get_rest_routes9`2dismissed_items. h expirable_items5kWP_Errors~~registerrgms w REST_ROOT/%2 user_optionsms㥫= get_rest_routesߢ>b __constructhpJ}- VIEW_SPLASH. h expirable_items)tVIEW_DASHBOARDcrest_controllerߢ>b __constructٖk*|ٚmanage_optionsٖk*|ٚmanage_options/%2 user_options foreach ( $users as $user ) { $author_link = get_author_posts_url( $user->ID ); if ( empty( $author_link ) ) { continue; } $mod = $time; if ( isset( $user->_yoast_wpseo_profile_updated ) ) { $mod = $user->_yoast_wpseo_profile_updated; } $url = [ 'loc' => $author_link, 'mod' => date( DATE_W3C, $mod ), // Deprecated, kept for backwards data compat. R. 'chf' => 'daily', 'pri' => 1, ]; /** This filter is documented at inc/sitemaps/class-post-type-sitemap-provider.php */ $url = apply_filters( 'wpseo_sitemap_entry', $url, 'user', $user ); if ( ! empty( $url ) ) { $links[] = $url; } } return $links; } /** * Update any users that don't have last profile update timestamp. * * @return int Count of users updated. */ protected function update_user_meta() { $user_criteria = [ 'capability' => [ 'edit_posts' ], 'meta_query' => [ [ 'key' => '_yoast_wpseo_profile_updated', 'compare' => 'NOT EXISTS', ], ], ]; $users = get_users( $user_criteria ); $time = time(); foreach ( $users as $user ) { update_user_meta( $user->ID, '_yoast_wpseo_profile_updated', $time ); } return count( $users ); } /** * Wrap legacy filter to deduplicate calls. * * @param array $users Array of user objects to filter. * * @return array */ protected function exclude_users( $users ) { /** * Filter the authors, included in XML sitemap. * * @param array $users Array of user objects to filter. */ return apply_filters( 'wpseo_sitemap_exclude_author', $users ); } }