set_parentage( $parent_file ); ?>
render_screen_meta(); if ( is_network_admin() ) { /** * Prints network admin screen notices. * * @since 3.1.0 */ do_action( 'network_admin_notices' ); } elseif ( is_user_admin() ) { /** * Prints user admin screen notices. * * @since 3.1.0 */ do_action( 'user_admin_notices' ); } else { /** * Prints admin screen notices. * * @since 3.1.0 */ do_action( 'admin_notices' ); } /** * Prints generic admin screen notices. * * @since 3.1.0 */ do_action( 'all_admin_notices' ); if ( 'options-general.php' === $parent_file ) { require ABSPATH . 'wp-admin/options-head.php'; } PKM/#]Z@@options-discussion.phpnu[add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they will not all fit here! :) Use the documentation links to get information on what each discussion setting does.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Discussion Settings' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

PKM/#]ܨterm.phpnu[ $taxnow ), $sendback ); } if ( 'post' !== get_current_screen()->post_type ) { $sendback = add_query_arg( 'post_type', get_current_screen()->post_type, $sendback ); } wp_redirect( sanitize_url( $sendback ) ); exit; } $tag_ID = absint( $_REQUEST['tag_ID'] ); $tag = get_term( $tag_ID, $taxnow, OBJECT, 'edit' ); if ( ! $tag instanceof WP_Term ) { wp_die( __( 'You attempted to edit an item that does not exist. Perhaps it was deleted?' ) ); } $tax = get_taxonomy( $tag->taxonomy ); $taxonomy = $tax->name; $title = $tax->labels->edit_item; if ( ! in_array( $taxonomy, get_taxonomies( array( 'show_ui' => true ) ), true ) || ! current_user_can( 'edit_term', $tag->term_id ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to edit this item.' ) . '

', 403 ); } $post_type = get_current_screen()->post_type; // Default to the first object_type associated with the taxonomy if no post type was passed. if ( empty( $post_type ) ) { $post_type = reset( $tax->object_type ); } if ( 'post' !== $post_type ) { $parent_file = ( 'attachment' === $post_type ) ? 'upload.php' : "edit.php?post_type=$post_type"; $submenu_file = "edit-tags.php?taxonomy=$taxonomy&post_type=$post_type"; } elseif ( 'link_category' === $taxonomy ) { $parent_file = 'link-manager.php'; $submenu_file = 'edit-tags.php?taxonomy=link_category'; } else { $parent_file = 'edit.php'; $submenu_file = "edit-tags.php?taxonomy=$taxonomy"; } get_current_screen()->set_screen_reader_content( array( 'heading_pagination' => $tax->labels->items_list_navigation, 'heading_list' => $tax->labels->items_list, ) ); wp_enqueue_script( 'admin-tags' ); require_once ABSPATH . 'wp-admin/admin-header.php'; require ABSPATH . 'wp-admin/edit-tag-form.php'; require_once ABSPATH . 'wp-admin/admin-footer.php'; PKM/#]v'` upgrade.phpnu[db_version(); $php_compat = version_compare( $php_version, $required_php_version, '>=' ); if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) { $mysql_compat = true; } else { $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ); } $missing_extensions = array(); if ( isset( $required_php_extensions ) && is_array( $required_php_extensions ) ) { foreach ( $required_php_extensions as $extension ) { if ( extension_loaded( $extension ) ) { continue; } $missing_extensions[] = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: The PHP extension name needed. */ __( 'You cannot upgrade because WordPress %2$s requires the %3$s PHP extension.' ), $version_url, $wp_version, $extension ); } } header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); ?> > <?php _e( 'WordPress › Update' ); ?>

' . sprintf( /* translators: %s: URL to Update PHP page. */ __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); $annotation = wp_get_update_php_annotation(); if ( $annotation ) { $php_update_message .= '

' . $annotation . ''; } if ( ! $mysql_compat && ! $php_compat ) { $message = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Minimum required MySQL version number, 5: Current PHP version number, 6: Current MySQL version number. */ __( 'You cannot update because WordPress %2$s requires PHP version %3$s or higher and MySQL version %4$s or higher. You are running PHP version %5$s and MySQL version %6$s.' ), $version_url, $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version ) . $php_update_message; } elseif ( ! $php_compat ) { $message = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Current PHP version number. */ __( 'You cannot update because WordPress %2$s requires PHP version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_php_version, $php_version ) . $php_update_message; } elseif ( ! $mysql_compat ) { $message = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required MySQL version number, 4: Current MySQL version number. */ __( 'You cannot update because WordPress %2$s requires MySQL version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_mysql_version, $mysql_version ); } echo '

' . $message . '

'; elseif ( count( $missing_extensions ) > 0 ) : echo '

' . implode( '

', $missing_extensions ) . '

'; else : switch ( $step ) : case 0: $goback = wp_get_referer(); if ( $goback ) { $goback = sanitize_url( $goback ); $goback = urlencode( $goback ); } ?>

PKM/#])?I_(_(authorize-application.phpnu[ $app_name, 'app_id' => $app_id, ) ); if ( is_wp_error( $created ) ) { $error = $created; } else { list( $new_password ) = $created; if ( $success_url ) { $redirect = add_query_arg( array( 'site_url' => urlencode( site_url() ), 'user_login' => urlencode( wp_get_current_user()->user_login ), 'password' => urlencode( $new_password ), ), $success_url ); } } } if ( $redirect ) { // Explicitly not using wp_safe_redirect b/c sends to arbitrary domain. wp_redirect( $redirect ); exit; } } // Used in the HTML title tag. $title = __( 'Authorize Application' ); $app_name = ! empty( $_REQUEST['app_name'] ) ? $_REQUEST['app_name'] : ''; $app_id = ! empty( $_REQUEST['app_id'] ) ? $_REQUEST['app_id'] : ''; $success_url = ! empty( $_REQUEST['success_url'] ) ? $_REQUEST['success_url'] : null; if ( ! empty( $_REQUEST['reject_url'] ) ) { $reject_url = $_REQUEST['reject_url']; } elseif ( $success_url ) { $reject_url = add_query_arg( 'success', 'false', $success_url ); } else { $reject_url = null; } $user = wp_get_current_user(); $request = compact( 'app_name', 'app_id', 'success_url', 'reject_url' ); $is_valid = wp_is_authorize_application_password_request_valid( $request, $user ); if ( is_wp_error( $is_valid ) ) { wp_die( __( 'The Authorize Application request is not allowed.' ) . ' ' . implode( ' ', $is_valid->get_error_messages() ), __( 'Cannot Authorize Application' ) ); } if ( wp_is_site_protected_by_basic_auth( 'front' ) ) { wp_die( __( 'Your website appears to use Basic Authentication, which is not currently compatible with application passwords.' ), __( 'Cannot Authorize Application' ), array( 'response' => 501, 'link_text' => __( 'Go Back' ), 'link_url' => $reject_url ? add_query_arg( 'error', 'disabled', $reject_url ) : admin_url(), ) ); } if ( ! wp_is_application_passwords_available_for_user( $user ) ) { if ( wp_is_application_passwords_available() ) { $message = __( 'Application passwords are not available for your account. Please contact the site administrator for assistance.' ); } else { $message = __( 'Application passwords are not available.' ); } wp_die( $message, __( 'Cannot Authorize Application' ), array( 'response' => 501, 'link_text' => __( 'Go Back' ), 'link_url' => $reject_url ? add_query_arg( 'error', 'disabled', $reject_url ) : admin_url(), ) ); } wp_enqueue_script( 'auth-app' ); wp_localize_script( 'auth-app', 'authApp', array( 'site_url' => site_url(), 'user_login' => $user->user_login, 'success' => $success_url, 'reject' => $reject_url ? $reject_url : admin_url(), ) ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

get_error_message(), array( 'type' => 'error', ) ); } ?>

' . esc_html( $app_name ) . '' ); ?>

ID, true ); $blogs_count = count( $blogs ); if ( $blogs_count > 1 ) { ?>

the %2$s site in this installation that you have permissions on.', 'This will grant access to all %2$s sites in this installation that you have permissions on.', $blogs_count ); if ( is_super_admin() ) { /* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */ $message = _n( 'This will grant access to the %2$s site on the network as you have Super Admin rights.', 'This will grant access to all %2$s sites on the network as you have Super Admin rights.', $blogs_count ); } printf( $message, admin_url( 'my-sites.php' ), number_format_i18n( $blogs_count ) ); ?>

' . __( 'Be sure to save this in a safe location. You will not be able to retrieve it.' ) . '

'; $args = array( 'type' => 'success', 'additional_classes' => array( 'notice-alt', 'below-h2' ), 'paragraph_wrap' => false, ); wp_admin_notice( $message, $args ); /** * Fires in the Authorize Application Password new password section in the no-JS version. * * In most cases, this should be used in combination with the {@see 'wp_application_passwords_approve_app_request_success'} * action to ensure that both the JS and no-JS variants are handled. * * @since 5.6.0 * @since 5.6.1 Corrected action name and signature. * * @param string $new_password The newly generated application password. * @param array $request The array of request data. All arguments are optional and may be empty. * @param WP_User $user The user authorizing the application. */ do_action( 'wp_authorize_application_password_form_approved_no_js', $new_password, $request, $user ); else : ?>
'description-approve', ) ); ?>

' . esc_html( add_query_arg( array( 'site_url' => site_url(), 'user_login' => $user->user_login, 'password' => '[------]', ), $success_url ) ) . '' ); } else { _e( 'You will be given a password to manually enter into the application in question.' ); } ?>

'description-reject', ) ); ?>

' . esc_html( $reject_url ) . '' ); } else { _e( 'You will be returned to the WordPress Dashboard, and no changes will be made.' ); } ?>

add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'This screen contains the settings that affect the display of your content.' ) . '

' . '

' . sprintf( /* translators: %s: URL to create a new page. */ __( 'You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.' ), 'post-new.php?post_type=page' ) . '

' . '

' . sprintf( /* translators: %s: Documentation URL. */ __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or an excerpt. Learn more about feeds.' ), __( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' ) ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->add_help_tab( array( 'id' => 'site-visibility', 'title' => has_action( 'blog_privacy_selector' ) ? __( 'Site visibility' ) : __( 'Search engine visibility' ), 'content' => '

' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen.' ) . '

' . '

' . __( 'Note that even when set to discourage search engines, your site is still visible on the web and not all search engines adhere to this directive.' ) . '

' . '

' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, “Search engines discouraged”, to remind you that you have directed search engines to not crawl your site.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Reading Settings' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

'blog_charset' ) ); } ?>
PKM/#]c(GG install.phpnu[ Error: PHP is not running

Error: PHP is not running

WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.

> <?php _e( 'WordPress › Installation' ); ?> get_var( $wpdb->prepare( 'SHOW TABLES LIKE %s', $wpdb->esc_like( $wpdb->users ) ) ) !== null ); // Ensure that sites appear in search engines by default. $blog_public = 1; if ( isset( $_POST['weblog_title'] ) ) { $blog_public = isset( $_POST['blog_public'] ) ? (int) $_POST['blog_public'] : $blog_public; } $weblog_title = isset( $_POST['weblog_title'] ) ? trim( wp_unslash( $_POST['weblog_title'] ) ) : ''; $user_name = isset( $_POST['user_name'] ) ? trim( wp_unslash( $_POST['user_name'] ) ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( wp_unslash( $_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?>

'submit' ) ); ?>

' . __( 'Already Installed' ) . '' . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . '

' . __( 'Log In' ) . '

' . '' ); } /** * @global string $wp_version The WordPress version string. * @global string $required_php_version The minimum required PHP version string. * @global string[] $required_php_extensions The names of required PHP extensions. * @global string $required_mysql_version The minimum required MySQL version string. * @global wpdb $wpdb WordPress database abstraction object. */ global $wp_version, $required_php_version, $required_php_extensions, $required_mysql_version, $wpdb; $php_version = PHP_VERSION; $mysql_version = $wpdb->db_version(); $php_compat = version_compare( $php_version, $required_php_version, '>=' ); $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' ); $version_url = sprintf( /* translators: %s: WordPress version. */ esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ), sanitize_title( $wp_version ) ); $php_update_message = '

' . sprintf( /* translators: %s: URL to Update PHP page. */ __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); $annotation = wp_get_update_php_annotation(); if ( $annotation ) { $php_update_message .= '

' . $annotation . ''; } if ( ! $mysql_compat && ! $php_compat ) { $compat = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Minimum required MySQL version number, 5: Current PHP version number, 6: Current MySQL version number. */ __( 'You cannot install because WordPress %2$s requires PHP version %3$s or higher and MySQL version %4$s or higher. You are running PHP version %5$s and MySQL version %6$s.' ), $version_url, $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version ) . $php_update_message; } elseif ( ! $php_compat ) { $compat = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Current PHP version number. */ __( 'You cannot install because WordPress %2$s requires PHP version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_php_version, $php_version ) . $php_update_message; } elseif ( ! $mysql_compat ) { $compat = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required MySQL version number, 4: Current MySQL version number. */ __( 'You cannot install because WordPress %2$s requires MySQL version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_mysql_version, $mysql_version ); } if ( ! $mysql_compat || ! $php_compat ) { display_header(); die( '

' . __( 'Requirements Not Met' ) . '

' . $compat . '

' ); } if ( isset( $required_php_extensions ) && is_array( $required_php_extensions ) ) { $missing_extensions = array(); foreach ( $required_php_extensions as $extension ) { if ( extension_loaded( $extension ) ) { continue; } $missing_extensions[] = sprintf( /* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: The PHP extension name needed. */ __( 'You cannot install because WordPress %2$s requires the %3$s PHP extension.' ), $version_url, $wp_version, $extension ); } if ( count( $missing_extensions ) > 0 ) { display_header(); die( '

' . __( 'Requirements Not Met' ) . '

' . implode( '

', $missing_extensions ) . '

' ); } } if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) { display_header(); die( '

' . __( 'Configuration Error' ) . '

' . '

' . sprintf( /* translators: %s: wp-config.php */ __( 'Your %s file has an empty database table prefix, which is not supported.' ), 'wp-config.php' ) . '

' ); } // Set error message if DO_NOT_UPGRADE_GLOBAL_TABLES isn't set as it will break install. if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) { display_header(); die( '

' . __( 'Configuration Error' ) . '

' . '

' . sprintf( /* translators: %s: DO_NOT_UPGRADE_GLOBAL_TABLES */ __( 'The constant %s cannot be defined when installing WordPress.' ), 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) . '

' ); } /** * @global string $wp_local_package Locale code of the package. * @global WP_Locale $wp_locale WordPress date and time locale object. * @global wpdb $wpdb WordPress database abstraction object. */ $language = ''; if ( ! empty( $_REQUEST['language'] ) ) { $language = sanitize_locale_name( $_REQUEST['language'] ); } elseif ( isset( $GLOBALS['wp_local_package'] ) ) { $language = $GLOBALS['wp_local_package']; } $scripts_to_print = array( 'jquery' ); switch ( $step ) { case 0: // Step 0. if ( wp_can_install_language_pack() && empty( $language ) ) { $languages = wp_get_available_translations(); if ( $languages ) { $scripts_to_print[] = 'language-chooser'; display_header( 'language-chooser' ); echo '
'; wp_install_language_form( $languages ); echo '
'; break; } } // Deliberately fall through if we can't reach the translations API. case 1: // Step 1, direct link or from language chooser. if ( ! empty( $language ) ) { $loaded_language = wp_download_language_pack( $language ); if ( $loaded_language ) { load_default_textdomain( $loaded_language ); $GLOBALS['wp_locale'] = new WP_Locale(); } } $scripts_to_print[] = 'user-profile'; display_header(); ?>

error ) ) { wp_die( $wpdb->error->get_error_message() ); } $scripts_to_print[] = 'user-profile'; display_header(); // Fill in the data we gathered. $weblog_title = isset( $_POST['weblog_title'] ) ? trim( wp_unslash( $_POST['weblog_title'] ) ) : ''; $user_name = isset( $_POST['user_name'] ) ? trim( wp_unslash( $_POST['user_name'] ) ) : ''; $admin_password = isset( $_POST['admin_password'] ) ? wp_unslash( $_POST['admin_password'] ) : ''; $admin_password_check = isset( $_POST['admin_password2'] ) ? wp_unslash( $_POST['admin_password2'] ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( wp_unslash( $_POST['admin_email'] ) ) : ''; $public = isset( $_POST['blog_public'] ) ? (int) $_POST['blog_public'] : 1; // Check email address. $error = false; if ( empty( $user_name ) ) { // TODO: Poka-yoke. display_setup_form( __( 'Please provide a valid username.' ) ); $error = true; } elseif ( sanitize_user( $user_name, true ) !== $user_name ) { display_setup_form( __( 'The username you provided has invalid characters.' ) ); $error = true; } elseif ( $admin_password !== $admin_password_check ) { // TODO: Poka-yoke. display_setup_form( __( 'Your passwords do not match. Please try again.' ) ); $error = true; } elseif ( empty( $admin_email ) ) { // TODO: Poka-yoke. display_setup_form( __( 'You must provide an email address.' ) ); $error = true; } elseif ( ! is_email( $admin_email ) ) { // TODO: Poka-yoke. display_setup_form( __( 'Sorry, that is not a valid email address. Email addresses look like username@example.com.' ) ); $error = true; } if ( false === $error ) { $wpdb->show_errors(); $result = wp_install( $weblog_title, $user_name, $admin_email, $public, '', wp_slash( $admin_password ), $loaded_language ); ?>


PKM/#]Duser/about.phpnu[incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [13-Nov-2024 07:00:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [13-Nov-2024 07:00:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [13-Nov-2024 15:11:54 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [13-Nov-2024 15:11:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [13-Nov-2024 15:11:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [15-Nov-2024 06:18:00 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [15-Nov-2024 06:18:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [15-Nov-2024 06:18:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [15-Nov-2024 06:18:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [15-Nov-2024 06:18:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [15-Nov-2024 06:18:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [15-Nov-2024 22:25:54 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [15-Nov-2024 22:25:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [15-Nov-2024 22:25:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [16-Nov-2024 03:46:15 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [16-Nov-2024 03:46:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [16-Nov-2024 03:46:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [16-Nov-2024 21:04:43 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [16-Nov-2024 21:04:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [16-Nov-2024 21:04:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [17-Nov-2024 16:16:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [17-Nov-2024 16:16:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [17-Nov-2024 16:16:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [17-Nov-2024 23:32:32 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [17-Nov-2024 23:32:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [17-Nov-2024 23:32:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [18-Nov-2024 21:10:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [18-Nov-2024 21:10:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [18-Nov-2024 21:10:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [19-Nov-2024 01:25:17 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [19-Nov-2024 01:25:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [19-Nov-2024 01:25:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [19-Nov-2024 19:06:16 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [19-Nov-2024 19:06:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [19-Nov-2024 19:06:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [19-Nov-2024 19:07:16 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [19-Nov-2024 19:07:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [19-Nov-2024 19:07:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [20-Nov-2024 00:03:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [20-Nov-2024 00:03:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [20-Nov-2024 00:03:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [20-Nov-2024 03:30:44 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [20-Nov-2024 03:30:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [20-Nov-2024 03:30:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [20-Nov-2024 05:16:54 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [20-Nov-2024 05:16:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [20-Nov-2024 05:16:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [20-Nov-2024 13:20:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6114 [20-Nov-2024 13:20:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1435 [20-Nov-2024 13:20:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6114) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1438 [16-Apr-2025 06:27:08 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [16-Apr-2025 06:27:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [16-Apr-2025 06:27:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [17-Apr-2025 01:48:54 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [17-Apr-2025 01:48:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [17-Apr-2025 01:48:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [17-Apr-2025 04:31:47 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [17-Apr-2025 04:31:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [17-Apr-2025 04:31:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [17-Apr-2025 06:02:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [17-Apr-2025 06:02:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [17-Apr-2025 06:02:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [17-Apr-2025 22:21:17 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [17-Apr-2025 22:21:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [17-Apr-2025 22:21:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-Apr-2025 11:17:03 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-Apr-2025 11:17:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-Apr-2025 11:17:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-Apr-2025 11:26:35 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-Apr-2025 11:26:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-Apr-2025 11:26:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-Apr-2025 16:55:04 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-Apr-2025 16:55:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-Apr-2025 16:55:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-Apr-2025 17:30:45 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-Apr-2025 17:30:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-Apr-2025 17:30:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [19-Apr-2025 21:01:02 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [19-Apr-2025 21:01:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [19-Apr-2025 21:01:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 08:16:38 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 08:16:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 08:16:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 08:33:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 08:33:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 08:33:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 08:33:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 08:33:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 08:33:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 16:32:33 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 16:32:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 16:32:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 17:30:26 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 17:30:26 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 17:30:26 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 19:07:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 19:07:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 19:07:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-Apr-2025 22:30:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-Apr-2025 22:30:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-Apr-2025 22:30:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [21-Apr-2025 04:19:44 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [21-Apr-2025 04:19:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [21-Apr-2025 04:19:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [21-Apr-2025 04:52:39 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [21-Apr-2025 04:52:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [21-Apr-2025 04:52:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [21-Apr-2025 08:39:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [21-Apr-2025 08:39:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [21-Apr-2025 08:39:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [22-Apr-2025 01:05:30 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [22-Apr-2025 01:05:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [22-Apr-2025 01:05:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [22-Apr-2025 03:12:12 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [22-Apr-2025 03:12:13 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [22-Apr-2025 03:12:13 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [22-Apr-2025 10:45:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [22-Apr-2025 10:45:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [22-Apr-2025 10:45:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [23-Apr-2025 07:51:01 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [23-Apr-2025 07:51:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [23-Apr-2025 07:51:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 03:40:00 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 03:40:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 03:40:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 08:11:58 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 08:11:58 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 08:11:58 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 10:16:40 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 10:16:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 10:16:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:39:00 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:39:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:39:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:21 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:21 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-Apr-2025 15:52:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-Apr-2025 15:52:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [25-Apr-2025 04:34:06 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [25-Apr-2025 04:34:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [25-Apr-2025 04:34:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [25-Apr-2025 05:19:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [25-Apr-2025 05:19:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [25-Apr-2025 05:19:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [25-Apr-2025 12:58:30 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [25-Apr-2025 12:58:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [25-Apr-2025 12:58:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [25-Apr-2025 21:00:14 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [25-Apr-2025 21:00:14 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [25-Apr-2025 21:00:14 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-Apr-2025 16:55:20 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-Apr-2025 16:55:20 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-Apr-2025 16:55:20 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-Apr-2025 21:18:45 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-Apr-2025 21:18:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-Apr-2025 21:18:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 20:45:40 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 20:45:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 20:45:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 21:04:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 21:04:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 22:29:27 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 22:29:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 22:29:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-Apr-2025 22:29:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-Apr-2025 22:29:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-Apr-2025 22:29:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [28-Apr-2025 03:02:43 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [28-Apr-2025 03:02:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [28-Apr-2025 03:02:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [28-Apr-2025 05:39:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [28-Apr-2025 05:39:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [28-Apr-2025 05:39:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [29-Apr-2025 04:13:00 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [29-Apr-2025 04:13:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [29-Apr-2025 04:13:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [29-Apr-2025 07:38:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [29-Apr-2025 07:38:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [29-Apr-2025 07:38:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [29-Apr-2025 07:39:08 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [29-Apr-2025 07:39:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [29-Apr-2025 07:39:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [29-Apr-2025 08:12:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [29-Apr-2025 08:12:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [29-Apr-2025 08:12:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [29-Apr-2025 19:09:12 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [29-Apr-2025 19:09:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [29-Apr-2025 19:09:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [30-Apr-2025 01:19:46 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [30-Apr-2025 01:19:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [30-Apr-2025 01:19:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [30-Apr-2025 04:59:06 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [30-Apr-2025 04:59:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [30-Apr-2025 04:59:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [30-Apr-2025 14:24:00 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [30-Apr-2025 14:24:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [30-Apr-2025 14:24:00 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [30-Apr-2025 21:43:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [30-Apr-2025 21:43:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [30-Apr-2025 21:43:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 04:15:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 04:15:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 04:15:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 14:40:32 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 14:40:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 14:40:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:36 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:36 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:36 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:36 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 17:20:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 17:20:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 17:20:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [01-May-2025 21:28:42 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [01-May-2025 21:28:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [01-May-2025 21:28:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 08:04:43 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 08:04:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 08:04:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 08:04:56 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 08:04:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 08:04:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 08:08:45 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 08:08:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 08:08:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 08:27:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 08:27:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 08:27:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 18:25:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 18:25:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 18:25:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 21:50:16 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 21:50:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 21:50:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-May-2025 23:33:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [02-May-2025 23:33:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [02-May-2025 23:33:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [03-May-2025 17:07:16 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [03-May-2025 17:07:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [03-May-2025 17:07:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [03-May-2025 20:48:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [03-May-2025 20:48:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [03-May-2025 20:48:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [04-May-2025 01:52:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [04-May-2025 01:52:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [04-May-2025 01:52:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [04-May-2025 15:56:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [04-May-2025 15:56:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [04-May-2025 15:56:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [05-May-2025 04:30:15 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [05-May-2025 04:30:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [05-May-2025 04:30:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 00:57:48 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 00:57:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 00:57:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 00:57:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 00:57:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 00:57:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 00:59:24 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 00:59:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 00:59:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:45:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:45:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:45:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:45:42 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:45:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:45:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:45:50 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:45:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:45:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:45:57 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:45:57 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:45:57 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:47:30 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:47:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:47:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 01:47:34 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 01:47:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 01:47:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 07:02:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 07:02:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 07:02:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 14:28:25 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 14:28:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 14:28:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 18:32:04 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 18:32:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 18:32:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [06-May-2025 21:34:33 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [06-May-2025 21:34:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [06-May-2025 21:34:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [07-May-2025 03:19:06 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [07-May-2025 03:19:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [07-May-2025 03:19:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [08-May-2025 00:03:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [08-May-2025 00:03:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [08-May-2025 00:03:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [08-May-2025 10:28:07 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [08-May-2025 10:28:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [08-May-2025 10:28:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [09-May-2025 06:51:21 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [09-May-2025 06:51:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [09-May-2025 06:51:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [09-May-2025 17:14:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [09-May-2025 17:14:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [09-May-2025 17:14:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [10-May-2025 15:53:44 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [10-May-2025 15:53:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [10-May-2025 15:53:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [10-May-2025 17:31:43 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [10-May-2025 17:31:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [10-May-2025 17:31:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [11-May-2025 02:31:32 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [11-May-2025 02:31:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [11-May-2025 02:31:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [12-May-2025 08:48:54 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [12-May-2025 08:48:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [12-May-2025 08:48:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [12-May-2025 16:05:53 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [12-May-2025 16:05:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [12-May-2025 16:05:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:10:23 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:10:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:10:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:10:33 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:10:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:10:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:10:39 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:10:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:10:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:10:46 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:10:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:10:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:12:15 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:12:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:12:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 08:12:19 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 08:12:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 08:12:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 09:33:39 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 09:33:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 09:33:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 13:37:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 13:37:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 13:37:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 17:02:02 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 17:02:02 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 17:02:02 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 18:47:42 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 18:47:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 18:47:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [13-May-2025 22:16:47 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [13-May-2025 22:16:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [13-May-2025 22:16:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 08:40:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 08:40:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 08:40:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:06:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:06:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:06:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:07:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:07:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:07:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:07:35 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:07:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:07:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:07:53 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:07:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:07:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:11:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:11:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:11:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 11:11:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 11:11:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 11:11:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [14-May-2025 20:12:05 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [14-May-2025 20:12:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [14-May-2025 20:12:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [15-May-2025 08:11:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [15-May-2025 08:11:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [15-May-2025 08:11:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [15-May-2025 08:12:35 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [15-May-2025 08:12:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [15-May-2025 08:12:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [15-May-2025 13:50:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [15-May-2025 13:50:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [15-May-2025 13:50:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [15-May-2025 13:50:45 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [15-May-2025 13:50:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [15-May-2025 13:50:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [16-May-2025 03:00:27 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [16-May-2025 03:00:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [16-May-2025 03:00:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [17-May-2025 20:10:04 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [17-May-2025 20:10:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [17-May-2025 20:10:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-May-2025 00:14:40 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-May-2025 00:14:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-May-2025 00:14:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-May-2025 12:56:07 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-May-2025 12:56:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-May-2025 12:56:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-May-2025 21:03:56 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-May-2025 21:03:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-May-2025 21:03:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [18-May-2025 23:49:23 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [18-May-2025 23:49:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [18-May-2025 23:49:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-May-2025 02:28:48 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-May-2025 02:28:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-May-2025 02:28:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [20-May-2025 13:13:23 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [20-May-2025 13:13:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [20-May-2025 13:13:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [21-May-2025 13:54:17 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [21-May-2025 13:54:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [21-May-2025 13:54:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [21-May-2025 21:35:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [21-May-2025 21:35:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [21-May-2025 21:35:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [22-May-2025 02:23:04 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [22-May-2025 02:23:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [22-May-2025 02:23:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [22-May-2025 20:22:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [22-May-2025 20:22:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [22-May-2025 20:22:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [23-May-2025 02:45:35 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [23-May-2025 02:45:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [23-May-2025 02:45:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [23-May-2025 22:09:28 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [23-May-2025 22:09:28 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [23-May-2025 22:09:28 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [23-May-2025 22:10:05 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [23-May-2025 22:10:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [23-May-2025 22:10:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:02:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:02:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:02:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:05:19 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:05:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:05:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:05:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:05:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:05:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:05:38 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:05:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:05:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:05:46 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:05:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:05:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:07:25 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:07:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:07:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 20:07:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 20:07:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 20:07:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:44:34 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:44:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:44:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:44:45 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:44:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:44:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:44:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:44:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:44:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:44:58 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:44:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:44:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:46:37 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:46:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:46:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [24-May-2025 21:46:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [24-May-2025 21:46:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [24-May-2025 21:46:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [25-May-2025 02:03:33 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [25-May-2025 02:03:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [25-May-2025 02:03:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-May-2025 01:25:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-May-2025 01:25:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-May-2025 01:25:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-May-2025 05:05:36 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-May-2025 05:05:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-May-2025 05:05:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-May-2025 16:45:18 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-May-2025 16:45:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-May-2025 16:45:18 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [26-May-2025 21:53:07 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [26-May-2025 21:53:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [26-May-2025 21:53:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-May-2025 16:48:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-May-2025 16:48:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-May-2025 16:48:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-May-2025 18:30:09 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-May-2025 18:30:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-May-2025 18:30:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-May-2025 18:30:34 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-May-2025 18:30:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-May-2025 18:30:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [27-May-2025 23:55:50 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [27-May-2025 23:55:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [27-May-2025 23:55:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [28-May-2025 04:34:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/veronikagstoette/public_html/wp-includes/functions.php on line 6121 [28-May-2025 04:34:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1450 [28-May-2025 04:34:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-includes/functions.php:6121) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1453 [02-Sep-2026 17:24:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-config.php:90) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1539 [02-Sep-2026 17:24:19 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/veronikagstoette/public_html/wp-config.php:90) in /home/veronikagstoette/public_html/wp-includes/pluggable.php on line 1542 PKM/#];pQuser/index.phpnu[iuser/freedoms.phpnu[domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path ) ); /** * Filters whether to redirect the request to the User Admin in Multisite. * * @since 3.2.0 * * @param bool $redirect_user_admin_request Whether the request should be redirected. */ $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request ); if ( $redirect_user_admin_request ) { wp_redirect( user_admin_url() ); exit; } unset( $redirect_user_admin_request ); PKM/#]user/user-edit.phpnu[ true ) ), true ) ) { $post_type = $_GET['post_type']; } else { wp_die( __( 'Invalid post type.' ) ); } $post_type_object = get_post_type_object( $post_type ); if ( 'post' === $post_type ) { $parent_file = 'edit.php'; $submenu_file = 'post-new.php'; } elseif ( 'attachment' === $post_type ) { if ( wp_redirect( admin_url( 'media-new.php' ) ) ) { exit; } } else { $submenu_file = "post-new.php?post_type=$post_type"; if ( isset( $post_type_object ) && $post_type_object->show_in_menu && true !== $post_type_object->show_in_menu ) { $parent_file = $post_type_object->show_in_menu; // What if there isn't a post-new.php item for this post type? if ( ! isset( $_registered_pages[ get_plugin_page_hookname( "post-new.php?post_type=$post_type", $post_type_object->show_in_menu ) ] ) ) { if ( isset( $_registered_pages[ get_plugin_page_hookname( "edit.php?post_type=$post_type", $post_type_object->show_in_menu ) ] ) ) { // Fall back to edit.php for that post type, if it exists. $submenu_file = "edit.php?post_type=$post_type"; } else { // Otherwise, give up and highlight the parent. $submenu_file = $parent_file; } } } else { $parent_file = "edit.php?post_type=$post_type"; } } $title = $post_type_object->labels->add_new_item; $editing = true; if ( ! current_user_can( $post_type_object->cap->edit_posts ) || ! current_user_can( $post_type_object->cap->create_posts ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to create posts as this user.' ) . '

', 403 ); } $post = get_default_post_to_edit( $post_type, true ); $post_ID = $post->ID; /** This filter is documented in wp-admin/post.php */ if ( apply_filters( 'replace_editor', false, $post ) !== true ) { if ( use_block_editor_for_post( $post ) ) { require ABSPATH . 'wp-admin/edit-form-blocks.php'; } else { wp_enqueue_script( 'autosave' ); require ABSPATH . 'wp-admin/edit-form-advanced.php'; } } else { // Flag that we're not loading the block editor. $current_screen = get_current_screen(); $current_screen->is_block_editor( false ); } require_once ABSPATH . 'wp-admin/admin-footer.php'; PKM/#]o|( load-styles.phpnu[get_etag( $load ); if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $etag ) { header( "$protocol 304 Not Modified" ); exit; } foreach ( $load as $handle ) { if ( ! array_key_exists( $handle, $wp_styles->registered ) ) { continue; } $style = $wp_styles->registered[ $handle ]; if ( empty( $style->src ) ) { continue; } $path = ABSPATH . $style->src; if ( $rtl && ! empty( $style->extra['rtl'] ) ) { // All default styles have fully independent RTL files. $path = str_replace( '.min.css', '-rtl.min.css', $path ); } $content = get_file( $path ) . "\n"; // Note: str_starts_with() is not used here, as wp-includes/compat.php is not loaded in this file. if ( 0 === strpos( $style->src, '/' . WPINC . '/css/' ) ) { $content = str_replace( '../images/', '../' . WPINC . '/images/', $content ); $content = str_replace( '../js/tinymce/', '../' . WPINC . '/js/tinymce/', $content ); $content = str_replace( '../fonts/', '../' . WPINC . '/fonts/', $content ); $out .= $content; } else { $out .= str_replace( '../images/', 'images/', $content ); } } header( "Etag: $etag" ); header( 'Content-Type: text/css; charset=UTF-8' ); header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' ); header( "Cache-Control: public, max-age=$expires_offset" ); echo $out; exit; PKM/#]/ tools.phpnu[add_help_tab( array( 'id' => 'converter', 'title' => __( 'Categories and Tags Converter' ), 'content' => '

' . __( 'Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.' ) . '

' . '

' . __( 'The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin & Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Tools' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

cap->manage_terms ) || current_user_can( $tags->cap->manage_terms ) ) : ?>

Categories and Tags Converter available from the Import screen.' ), 'import.php' ); ?>

license, the GPL.' ), __( 'https://wordpress.org/about/license/' ) ); ?>

check out the WordPress Foundation trademark guidelines first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?>

plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they do not respect the WordPress license, it is not recommended to use them.' ), $plugins_url, $themes_url, __( 'https://wordpress.org/about/license/' ) ); ?>

PKM/#] ))options-privacy.phpnu[add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'The Privacy screen lets you either build a new privacy-policy page or choose one you already have to show.' ) . '

' . '

' . __( 'This screen includes suggestions to help you write your own privacy policy. However, it is your responsibility to use these resources correctly, to provide the information required by your privacy policy, and to keep this information current and accurate.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Privacy Settings' ) . '

' ); if ( ! empty( $action ) ) { check_admin_referer( $action ); if ( 'set-privacy-page' === $action ) { $previous_privacy_policy_page_id = (int) get_option( 'wp_page_for_privacy_policy' ); $privacy_policy_page_id = isset( $_POST['page_for_privacy_policy'] ) ? (int) $_POST['page_for_privacy_policy'] : 0; update_option( 'wp_page_for_privacy_policy', $privacy_policy_page_id ); $privacy_page_message_type = 'success'; if ( $privacy_policy_page_id ) { $privacy_page_updated_message = __( 'Privacy Policy page updated successfully.' ); /* * Don't always link to the menu customizer: * * - Unpublished pages can't be selected by default. * - `WP_Customize_Nav_Menus::__construct()` checks the user's capabilities. * - Themes might not "officially" support menus. */ if ( 'publish' === get_post_status( $privacy_policy_page_id ) && current_user_can( 'edit_theme_options' ) && current_theme_supports( 'menus' ) ) { $privacy_page_updated_message = sprintf( /* translators: %s: URL to Customizer -> Menus. */ __( 'Privacy Policy page setting updated successfully. Remember to update your menus!' ), esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) ) ); } } elseif ( $previous_privacy_policy_page_id ) { // A previously set Privacy Policy page was cleared. $privacy_page_updated_message = __( 'Privacy Policy page removed.' ); } else { // No Privacy Policy page was set before, and none is set now. $privacy_page_updated_message = __( 'No Privacy Policy page is currently set.' ); $privacy_page_message_type = 'info'; } add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', $privacy_page_updated_message, $privacy_page_message_type ); } elseif ( 'create-privacy-page' === $action ) { if ( ! class_exists( 'WP_Privacy_Policy_Content' ) ) { require_once ABSPATH . 'wp-admin/includes/class-wp-privacy-policy-content.php'; } $privacy_policy_page_content = WP_Privacy_Policy_Content::get_default_content(); $privacy_policy_page_id = wp_insert_post( array( 'post_title' => __( 'Privacy Policy' ), 'post_status' => 'draft', 'post_type' => 'page', 'post_content' => $privacy_policy_page_content, ), true ); if ( is_wp_error( $privacy_policy_page_id ) ) { add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', __( 'Unable to create a Privacy Policy page.' ), 'error' ); } else { update_option( 'wp_page_for_privacy_policy', $privacy_policy_page_id ); wp_redirect( admin_url( 'post.php?post=' . $privacy_policy_page_id . '&action=edit' ) ); exit; } } } // If a Privacy Policy page ID is available, make sure the page actually exists. If not, display an error. $privacy_policy_page_exists = false; $privacy_policy_page_id = (int) get_option( 'wp_page_for_privacy_policy' ); if ( ! empty( $privacy_policy_page_id ) ) { $privacy_policy_page = get_post( $privacy_policy_page_id ); if ( ! $privacy_policy_page instanceof WP_Post ) { add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', __( 'The currently selected Privacy Policy page does not exist. Please create or select a new page.' ), 'error' ); } else { if ( 'trash' === $privacy_policy_page->post_status ) { add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', sprintf( /* translators: %s: URL to Pages Trash. */ __( 'The currently selected Privacy Policy page is in the Trash. Please create or select a new Privacy Policy page or restore the current page.' ), 'edit.php?post_status=trash&post_type=page' ), 'error' ); } else { $privacy_policy_page_exists = true; } } } $parent_file = 'options-general.php'; wp_enqueue_script( 'privacy-tools' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
'error', 'additional_classes' => array( 'hide-if-js' ), ) ); ?>

$privacy_policy_page_id, 'action' => 'edit', ), admin_url( 'post.php' ) ); $view_href = get_permalink( $privacy_policy_page_id ); ?> Edit or view your Privacy Policy page content.' ), esc_url( $edit_href ), esc_url( $view_href ) ); } else { printf( /* translators: 1: URL to edit Privacy Policy page, 2: URL to preview Privacy Policy page. */ __( 'Edit or preview your Privacy Policy page content.' ), esc_url( $edit_href ), esc_url( $view_href ) ); } ?> Check out the privacy policy guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ), '', '' ); ?>


'page', 'posts_per_page' => 1, 'post_status' => array( 'publish', 'draft', ), ) ); ?>
comments, 'comment_author', 'tinytext' ) ) { * echo "ok\n"; * } * * // Check the column. * if ( ! check_column( $wpdb->links, 'link_description', 'varchar( 255 )' ) ) { * $ddl = "ALTER TABLE $wpdb->links MODIFY COLUMN link_description varchar(255) NOT NULL DEFAULT '' "; * $q = $wpdb->query( $ddl ); * } * * $error_count = 0; * $tablename = $wpdb->links; * * if ( check_column( $wpdb->links, 'link_description', 'varchar( 255 )' ) ) { * $res .= $tablename . ' - ok
'; * } else { * $res .= 'There was a problem with ' . $tablename . '
'; * ++$error_count; * } * * @package WordPress * @subpackage Plugin */ /** Load WordPress Bootstrap */ require_once dirname( __DIR__ ) . '/wp-load.php'; if ( ! function_exists( 'maybe_create_table' ) ) : /** * Creates a table in the database if it doesn't already exist. * * @since 1.0.0 * * @global wpdb $wpdb WordPress database abstraction object. * * @param string $table_name Database table name. * @param string $create_ddl SQL statement to create table. * @return bool True on success or if the table already exists. False on failure. */ function maybe_create_table( $table_name, $create_ddl ) { global $wpdb; foreach ( $wpdb->get_col( 'SHOW TABLES', 0 ) as $table ) { if ( $table === $table_name ) { return true; } } // Didn't find it, so try to create it. // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- No applicable variables for this query. $wpdb->query( $create_ddl ); // We cannot directly tell whether this succeeded! foreach ( $wpdb->get_col( 'SHOW TABLES', 0 ) as $table ) { if ( $table === $table_name ) { return true; } } return false; } endif; if ( ! function_exists( 'maybe_add_column' ) ) : /** * Adds column to database table, if it doesn't already exist. * * @since 1.0.0 * * @global wpdb $wpdb WordPress database abstraction object. * * @param string $table_name Database table name. * @param string $column_name Table column name. * @param string $create_ddl SQL statement to add column. * @return bool True on success or if the column already exists. False on failure. */ function maybe_add_column( $table_name, $column_name, $create_ddl ) { global $wpdb; // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Cannot be prepared. Fetches columns for table names. foreach ( $wpdb->get_col( "DESC $table_name", 0 ) as $column ) { if ( $column === $column_name ) { return true; } } // Didn't find it, so try to create it. // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- No applicable variables for this query. $wpdb->query( $create_ddl ); // We cannot directly tell whether this succeeded! // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Cannot be prepared. Fetches columns for table names. foreach ( $wpdb->get_col( "DESC $table_name", 0 ) as $column ) { if ( $column === $column_name ) { return true; } } return false; } endif; /** * Drops column from database table, if it exists. * * @since 1.0.0 * * @global wpdb $wpdb WordPress database abstraction object. * * @param string $table_name Database table name. * @param string $column_name Table column name. * @param string $drop_ddl SQL statement to drop column. * @return bool True on success or if the column doesn't exist. False on failure. */ function maybe_drop_column( $table_name, $column_name, $drop_ddl ) { global $wpdb; // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Cannot be prepared. Fetches columns for table names. foreach ( $wpdb->get_col( "DESC $table_name", 0 ) as $column ) { if ( $column === $column_name ) { // Found it, so try to drop it. // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- No applicable variables for this query. $wpdb->query( $drop_ddl ); // We cannot directly tell whether this succeeded! // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Cannot be prepared. Fetches columns for table names. foreach ( $wpdb->get_col( "DESC $table_name", 0 ) as $column ) { if ( $column === $column_name ) { return false; } } } } // Else didn't find it. return true; } /** * Checks that database table column matches the criteria. * * Uses the SQL DESC for retrieving the table info for the column. It will help * understand the parameters, if you do more research on what column information * is returned by the SQL statement. Pass in null to skip checking that criteria. * * Column names returned from DESC table are case sensitive and are as listed: * * - Field * - Type * - Null * - Key * - Default * - Extra * * @since 1.0.0 * * @global wpdb $wpdb WordPress database abstraction object. * * @param string $table_name Database table name. * @param string $col_name Table column name. * @param string $col_type Table column type. * @param bool $is_null Optional. Check is null. * @param mixed $key Optional. Key info. * @param mixed $default_value Optional. Default value. * @param mixed $extra Optional. Extra value. * @return bool True, if matches. False, if not matching. */ function check_column( $table_name, $col_name, $col_type, $is_null = null, $key = null, $default_value = null, $extra = null ) { global $wpdb; $diffs = 0; // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Cannot be prepared. Fetches columns for table names. $results = $wpdb->get_results( "DESC $table_name" ); foreach ( $results as $row ) { if ( $row->Field === $col_name ) { // Got our column, check the params. if ( ( null !== $col_type ) && ( $row->Type !== $col_type ) ) { ++$diffs; } if ( ( null !== $is_null ) && ( $row->Null !== $is_null ) ) { ++$diffs; } if ( ( null !== $key ) && ( $row->Key !== $key ) ) { ++$diffs; } if ( ( null !== $default_value ) && ( $row->Default !== $default_value ) ) { ++$diffs; } if ( ( null !== $extra ) && ( $row->Extra !== $extra ) ) { ++$diffs; } if ( $diffs > 0 ) { return false; } return true; } // End if found our column. } return false; } PKM/#]D T,, export.phpnu[ add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'You can export a file of your site’s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status.' ) . '

' . '

' . __( 'Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Export' ) . '

' . '

' . __( 'Support forums' ) . '

' ); // If the 'download' URL parameter is set, a WXR export file is baked and returned. if ( isset( $_GET['download'] ) ) { $args = array(); if ( ! isset( $_GET['content'] ) || 'all' === $_GET['content'] ) { $args['content'] = 'all'; } elseif ( 'posts' === $_GET['content'] ) { $args['content'] = 'post'; if ( $_GET['cat'] ) { $args['category'] = (int) $_GET['cat']; } if ( $_GET['post_author'] ) { $args['author'] = (int) $_GET['post_author']; } if ( $_GET['post_start_date'] || $_GET['post_end_date'] ) { $args['start_date'] = $_GET['post_start_date']; $args['end_date'] = $_GET['post_end_date']; } if ( $_GET['post_status'] ) { $args['status'] = $_GET['post_status']; } } elseif ( 'pages' === $_GET['content'] ) { $args['content'] = 'page'; if ( $_GET['page_author'] ) { $args['author'] = (int) $_GET['page_author']; } if ( $_GET['page_start_date'] || $_GET['page_end_date'] ) { $args['start_date'] = $_GET['page_start_date']; $args['end_date'] = $_GET['page_end_date']; } if ( $_GET['page_status'] ) { $args['status'] = $_GET['page_status']; } } elseif ( 'attachment' === $_GET['content'] ) { $args['content'] = 'attachment'; if ( $_GET['attachment_start_date'] || $_GET['attachment_end_date'] ) { $args['start_date'] = $_GET['attachment_start_date']; $args['end_date'] = $_GET['attachment_end_date']; } } else { $args['content'] = $_GET['content']; } /** * Filters the export args. * * @since 3.5.0 * * @param array $args The arguments to send to the exporter. */ $args = apply_filters( 'export_args', $args ); export_wp( $args ); die(); } require_once ABSPATH . 'wp-admin/admin-header.php'; /** * Creates the date options fields for exporting a given post type. * * @since 3.1.0 * * @global wpdb $wpdb WordPress database abstraction object. * @global WP_Locale $wp_locale WordPress date and time locale object. * * @param string $post_type The post type. Default 'post'. */ function export_date_options( $post_type = 'post' ) { global $wpdb, $wp_locale; $months = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month FROM $wpdb->posts WHERE post_type = %s AND post_status != 'auto-draft' ORDER BY post_date DESC", $post_type ) ); $month_count = count( $months ); if ( ! $month_count || ( 1 === $month_count && 0 === (int) $months[0]->month ) ) { return; } foreach ( $months as $date ) { if ( 0 === (int) $date->year ) { continue; } $month = zeroise( $date->month, 2 ); printf( '', esc_attr( $date->year . '-' . $month ), $wp_locale->get_month( $month ) . ' ' . $date->year ); } } ?>

false, 'can_export' => true, ), 'objects' ) as $post_type ) : ?>

PKM/#]ѧMMsite-health-info.phpnu[ 'error', 'additional_classes' => array( 'hide-if-js' ), ) ); ?>

Site Health Status page.' ), esc_url( admin_url( 'site-health.php' ) ) ); ?>

$details ) { if ( ! isset( $details['fields'] ) || empty( $details['fields'] ) ) { continue; } ?>

PKM/#]A1NIadmin-post.phpnu[

WordPress.org stats page.' ), __( 'https://wordpress.org/about/stats/' ) ); ?>

the WordPress.org Privacy Policy.' ), __( 'https://wordpress.org/about/privacy/' ) ); ?>

PKM/#]o·22 admin.phpnu[ 50 && mt_rand( 0, (int) ( $blog_count / 50 ) ) === 1 ) ) { require_once ABSPATH . WPINC . '/http.php'; $response = wp_remote_get( admin_url( 'upgrade.php?step=1' ), array( 'timeout' => 120, 'httpversion' => '1.1', ) ); /** This action is documented in wp-admin/network/upgrade.php */ do_action( 'after_mu_upgrade', $response ); unset( $response ); } unset( $blog_count ); } } require_once ABSPATH . 'wp-admin/includes/admin.php'; auth_redirect(); // Schedule Trash collection. if ( ! wp_next_scheduled( 'wp_scheduled_delete' ) && ! wp_installing() ) { wp_schedule_event( time(), 'daily', 'wp_scheduled_delete' ); } // Schedule transient cleanup. if ( ! wp_next_scheduled( 'delete_expired_transients' ) && ! wp_installing() ) { wp_schedule_event( time(), 'daily', 'delete_expired_transients' ); } set_screen_options(); $date_format = __( 'F j, Y' ); $time_format = __( 'g:i a' ); wp_enqueue_script( 'common' ); /** * $pagenow is set in vars.php. * $wp_importers is sometimes set in wp-admin/includes/import.php. * The remaining variables are imported as globals elsewhere, declared as globals here. * * @global string $pagenow The filename of the current screen. * @global array $wp_importers * @global string $hook_suffix * @global string $plugin_page * @global string $typenow The post type of the current screen. * @global string $taxnow The taxonomy of the current screen. */ global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow; $page_hook = null; $editing = false; if ( isset( $_GET['page'] ) ) { $plugin_page = wp_unslash( $_GET['page'] ); $plugin_page = plugin_basename( $plugin_page ); } if ( isset( $_REQUEST['post_type'] ) && post_type_exists( $_REQUEST['post_type'] ) ) { $typenow = $_REQUEST['post_type']; } else { $typenow = ''; } if ( isset( $_REQUEST['taxonomy'] ) && taxonomy_exists( $_REQUEST['taxonomy'] ) ) { $taxnow = $_REQUEST['taxonomy']; } else { $taxnow = ''; } if ( WP_NETWORK_ADMIN ) { require ABSPATH . 'wp-admin/network/menu.php'; } elseif ( WP_USER_ADMIN ) { require ABSPATH . 'wp-admin/user/menu.php'; } else { require ABSPATH . 'wp-admin/menu.php'; } if ( current_user_can( 'manage_options' ) ) { wp_raise_memory_limit( 'admin' ); } /** * Fires as an admin screen or script is being initialized. * * Note, this does not just run on user-facing admin screens. * It runs on admin-ajax.php and admin-post.php as well. * * This is roughly analogous to the more general {@see 'init'} hook, which fires earlier. * * @since 2.5.0 */ do_action( 'admin_init' ); if ( isset( $plugin_page ) ) { if ( ! empty( $typenow ) ) { $the_parent = $pagenow . '?post_type=' . $typenow; } else { $the_parent = $pagenow; } $page_hook = get_plugin_page_hook( $plugin_page, $the_parent ); if ( ! $page_hook ) { $page_hook = get_plugin_page_hook( $plugin_page, $plugin_page ); // Back-compat for plugins using add_management_page(). if ( empty( $page_hook ) && 'edit.php' === $pagenow && get_plugin_page_hook( $plugin_page, 'tools.php' ) ) { // There could be plugin specific params on the URL, so we need the whole query string. if ( ! empty( $_SERVER['QUERY_STRING'] ) ) { $query_string = $_SERVER['QUERY_STRING']; } else { $query_string = 'page=' . $plugin_page; } wp_redirect( admin_url( 'tools.php?' . $query_string ) ); exit; } } unset( $the_parent ); } $hook_suffix = ''; if ( isset( $page_hook ) ) { $hook_suffix = $page_hook; } elseif ( isset( $plugin_page ) ) { $hook_suffix = $plugin_page; } elseif ( isset( $pagenow ) ) { $hook_suffix = $pagenow; } set_current_screen(); // Handle plugin admin pages. if ( isset( $plugin_page ) ) { if ( $page_hook ) { /** * Fires before a particular screen is loaded. * * The load-* hook fires in a number of contexts. This hook is for plugin screens * where a callback is provided when the screen is registered. * * The dynamic portion of the hook name, `$page_hook`, refers to a mixture of plugin * page information including: * 1. The page type. If the plugin page is registered as a submenu page, such as for * Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'. * 2. A separator of '_page_'. * 3. The plugin basename minus the file extension. * * Together, the three parts form the `$page_hook`. Citing the example above, * the hook name used would be 'load-settings_page_pluginbasename'. * * @see get_plugin_page_hook() * * @since 2.1.0 */ do_action( "load-{$page_hook}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores if ( ! isset( $_GET['noheader'] ) ) { require_once ABSPATH . 'wp-admin/admin-header.php'; } /** * Used to call the registered callback for a plugin screen. * * This hook uses a dynamic hook name, `$page_hook`, which refers to a mixture of plugin * page information including: * 1. The page type. If the plugin page is registered as a submenu page, such as for * Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'. * 2. A separator of '_page_'. * 3. The plugin basename minus the file extension. * * Together, the three parts form the `$page_hook`. Citing the example above, * the hook name used would be 'settings_page_pluginbasename'. * * @see get_plugin_page_hook() * * @since 1.5.0 */ do_action( $page_hook ); } else { if ( validate_file( $plugin_page ) ) { wp_die( __( 'Invalid plugin page.' ) ); } if ( ! ( file_exists( WP_PLUGIN_DIR . "/$plugin_page" ) && is_file( WP_PLUGIN_DIR . "/$plugin_page" ) ) && ! ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) && is_file( WPMU_PLUGIN_DIR . "/$plugin_page" ) ) ) { /* translators: %s: Admin page generated by a plugin. */ wp_die( sprintf( __( 'Cannot load %s.' ), htmlentities( $plugin_page ) ) ); } /** * Fires before a particular screen is loaded. * * The load-* hook fires in a number of contexts. This hook is for plugin screens * where the file to load is directly included, rather than the use of a function. * * The dynamic portion of the hook name, `$plugin_page`, refers to the plugin basename. * * @see plugin_basename() * * @since 1.5.0 */ do_action( "load-{$plugin_page}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores if ( ! isset( $_GET['noheader'] ) ) { require_once ABSPATH . 'wp-admin/admin-header.php'; } if ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) ) { include WPMU_PLUGIN_DIR . "/$plugin_page"; } else { include WP_PLUGIN_DIR . "/$plugin_page"; } } require_once ABSPATH . 'wp-admin/admin-footer.php'; exit; } elseif ( isset( $_GET['import'] ) ) { $importer = $_GET['import']; if ( ! current_user_can( 'import' ) ) { wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) ); } if ( validate_file( $importer ) ) { wp_redirect( admin_url( 'import.php?invalid=' . $importer ) ); exit; } if ( ! isset( $wp_importers[ $importer ] ) || ! is_callable( $wp_importers[ $importer ][2] ) ) { wp_redirect( admin_url( 'import.php?invalid=' . $importer ) ); exit; } /** * Fires before an importer screen is loaded. * * The dynamic portion of the hook name, `$importer`, refers to the importer slug. * * Possible hook names include: * * - `load-importer-blogger` * - `load-importer-wpcat2tag` * - `load-importer-livejournal` * - `load-importer-mt` * - `load-importer-rss` * - `load-importer-tumblr` * - `load-importer-wordpress` * * @since 3.5.0 */ do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores // Used in the HTML title tag. $title = __( 'Import' ); $parent_file = 'tools.php'; $submenu_file = 'import.php'; if ( ! isset( $_GET['noheader'] ) ) { require_once ABSPATH . 'wp-admin/admin-header.php'; } require_once ABSPATH . 'wp-admin/includes/upgrade.php'; define( 'WP_IMPORTING', true ); /** * Filters whether to filter imported data through kses on import. * * Multisite uses this hook to filter all data through kses by default, * as a super administrator may be assisting an untrusted user. * * @since 3.1.0 * * @param bool $force Whether to force data to be filtered through kses. Default false. */ if ( apply_filters( 'force_filtered_html_on_import', false ) ) { kses_init_filters(); // Always filter imported data with kses on multisite. } call_user_func( $wp_importers[ $importer ][2] ); require_once ABSPATH . 'wp-admin/admin-footer.php'; // Make sure rules are flushed. flush_rewrite_rules( false ); exit; } else { /** * Fires before a particular screen is loaded. * * The load-* hook fires in a number of contexts. This hook is for core screens. * * The dynamic portion of the hook name, `$pagenow`, is a global variable * referring to the filename of the current screen, such as 'admin.php', * 'post-new.php' etc. A complete hook for the latter would be * 'load-post-new.php'. * * @since 2.1.0 */ do_action( "load-{$pagenow}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores /* * The following hooks are fired to ensure backward compatibility. * In all other cases, 'load-' . $pagenow should be used instead. */ if ( 'page' === $typenow ) { if ( 'post-new.php' === $pagenow ) { /** This action is documented in wp-admin/admin.php */ do_action( 'load-page-new.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } elseif ( 'post.php' === $pagenow ) { /** This action is documented in wp-admin/admin.php */ do_action( 'load-page.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } } elseif ( 'edit-tags.php' === $pagenow ) { if ( 'category' === $taxnow ) { /** This action is documented in wp-admin/admin.php */ do_action( 'load-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } elseif ( 'link_category' === $taxnow ) { /** This action is documented in wp-admin/admin.php */ do_action( 'load-edit-link-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } } elseif ( 'term.php' === $pagenow ) { /** This action is documented in wp-admin/admin.php */ do_action( 'load-edit-tags.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } } if ( ! empty( $_REQUEST['action'] ) ) { $action = $_REQUEST['action']; /** * Fires when an 'action' request variable is sent. * * The dynamic portion of the hook name, `$action`, refers to * the action derived from the `GET` or `POST` request. * * @since 2.6.0 */ do_action( "admin_action_{$action}" ); } PKM/#]7 link-parse-opml.phpnu[' . __( 'An error occurred during the upload process.' ) . '' . '

' . __( 'Invalid item ID. You can view all media items in the Media Library.' ) . '

', 403 ); } if ( ! empty( $_REQUEST['post_id'] ) && ! current_user_can( 'edit_post', $_REQUEST['post_id'] ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to edit this item.' ) . '

', 403 ); } // Upload type: image, video, file, ...? if ( isset( $_GET['type'] ) ) { $type = (string) $_GET['type']; } else { /** * Filters the default media upload type in the legacy (pre-3.5.0) media popup. * * @since 2.5.0 * * @param string $type The default media upload type. Possible values include * 'image', 'audio', 'video', 'file', etc. Default 'file'. */ $type = apply_filters( 'media_upload_default_type', 'file' ); } // Tab: gallery, library, or type-specific. if ( isset( $_GET['tab'] ) ) { $tab = (string) $_GET['tab']; } else { /** * Filters the default tab in the legacy (pre-3.5.0) media popup. * * @since 2.5.0 * * @param string $tab The default media popup tab. Default 'type' (From Computer). */ $tab = apply_filters( 'media_upload_default_tab', 'type' ); } $body_id = 'media-upload'; // Let the action code decide how to handle the request. if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_upload_tabs() ) ) { /** * Fires inside specific upload-type views in the legacy (pre-3.5.0) * media popup based on the current tab. * * The dynamic portion of the hook name, `$type`, refers to the specific * media upload type. * * The hook only fires if the current `$tab` is 'type' (From Computer), * 'type_url' (From URL), or, if the tab does not exist (i.e., has not * been registered via the {@see 'media_upload_tabs'} filter. * * Possible hook names include: * * - `media_upload_audio` * - `media_upload_file` * - `media_upload_image` * - `media_upload_video` * * @since 2.5.0 */ do_action( "media_upload_{$type}" ); } else { /** * Fires inside limited and specific upload-tab views in the legacy * (pre-3.5.0) media popup. * * The dynamic portion of the hook name, `$tab`, refers to the specific * media upload tab. Possible values include 'library' (Media Library), * or any custom tab registered via the {@see 'media_upload_tabs'} filter. * * @since 2.5.0 */ do_action( "media_upload_{$tab}" ); } PKM/#]m.Rtt user-edit.phpnu[ID ) ); } if ( ! $user_id && IS_PROFILE_PAGE ) { $user_id = $current_user->ID; } elseif ( ! $user_id && ! IS_PROFILE_PAGE ) { wp_die( __( 'Invalid user ID.' ) ); } elseif ( ! get_userdata( $user_id ) ) { wp_die( __( 'Invalid user ID.' ) ); } wp_enqueue_script( 'user-profile' ); if ( wp_is_application_passwords_available_for_user( $user_id ) ) { wp_enqueue_script( 'application-passwords' ); } if ( IS_PROFILE_PAGE ) { // Used in the HTML title tag. $title = __( 'Profile' ); } else { // Used in the HTML title tag. /* translators: %s: User's display name. */ $title = __( 'Edit User %s' ); } if ( current_user_can( 'edit_users' ) && ! IS_PROFILE_PAGE ) { $submenu_file = 'users.php'; } else { $submenu_file = 'profile.php'; } if ( current_user_can( 'edit_users' ) && ! is_user_admin() ) { $parent_file = 'users.php'; } else { $parent_file = 'profile.php'; } $profile_help = '

' . __( 'Your profile contains information about you (your “account”) as well as some personal options related to using WordPress.' ) . '

' . '

' . __( 'You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.' ) . '

' . '

' . __( 'You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.' ) . '

' . '

' . __( 'Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.' ) . '

' . '

' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.' ) . '

' . '

' . __( 'Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.' ) . '

' . '

' . __( 'Remember to click the Update Profile button when you are finished.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => $profile_help, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on User Profiles' ) . '

' . '

' . __( 'Support forums' ) . '

' ); $wp_http_referer = remove_query_arg( array( 'update', 'delete_count', 'user_id' ), $wp_http_referer ); $user_can_edit = current_user_can( 'edit_posts' ) || current_user_can( 'edit_pages' ); /** * Filters whether to allow administrators on Multisite to edit every user. * * Enabling the user editing form via this filter also hinges on the user holding * the 'manage_network_users' cap, and the logged-in user not matching the user * profile open for editing. * * The filter was introduced to replace the EDIT_ANY_USER constant. * * @since 3.0.0 * * @param bool $allow Whether to allow editing of any user. Default true. */ if ( is_multisite() && ! current_user_can( 'manage_network_users' ) && $user_id !== $current_user->ID && ! apply_filters( 'enable_edit_any_user_configuration', true ) ) { wp_die( __( 'Sorry, you are not allowed to edit this user.' ) ); } // Execute confirmed email change. See send_confirmation_on_profile_email(). if ( IS_PROFILE_PAGE && isset( $_GET['newuseremail'] ) && $current_user->ID ) { $new_email = get_user_meta( $current_user->ID, '_new_email', true ); if ( $new_email && hash_equals( $new_email['hash'], $_GET['newuseremail'] ) ) { $user = new stdClass(); $user->ID = $current_user->ID; $user->user_email = esc_html( trim( $new_email['newemail'] ) ); if ( is_multisite() && $wpdb->get_var( $wpdb->prepare( "SELECT user_login FROM {$wpdb->signups} WHERE user_login = %s", $current_user->user_login ) ) ) { $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->signups} SET user_email = %s WHERE user_login = %s", $user->user_email, $current_user->user_login ) ); } wp_update_user( $user ); delete_user_meta( $current_user->ID, '_new_email' ); wp_redirect( add_query_arg( array( 'updated' => 'true' ), self_admin_url( 'profile.php' ) ) ); die(); } else { wp_redirect( add_query_arg( array( 'error' => 'new-email' ), self_admin_url( 'profile.php' ) ) ); } } elseif ( IS_PROFILE_PAGE && ! empty( $_GET['dismiss'] ) && $current_user->ID . '_new_email' === $_GET['dismiss'] ) { check_admin_referer( 'dismiss-' . $current_user->ID . '_new_email' ); delete_user_meta( $current_user->ID, '_new_email' ); wp_redirect( add_query_arg( array( 'updated' => 'true' ), self_admin_url( 'profile.php' ) ) ); die(); } switch ( $action ) { case 'update': check_admin_referer( 'update-user_' . $user_id ); if ( ! current_user_can( 'edit_user', $user_id ) ) { wp_die( __( 'Sorry, you are not allowed to edit this user.' ) ); } if ( IS_PROFILE_PAGE ) { /** * Fires before the page loads on the 'Profile' editing screen. * * The action only fires if the current user is editing their own profile. * * @since 2.0.0 * * @param int $user_id The user ID. */ do_action( 'personal_options_update', $user_id ); } else { /** * Fires before the page loads on the 'Edit User' screen. * * @since 2.7.0 * * @param int $user_id The user ID. */ do_action( 'edit_user_profile_update', $user_id ); } // Update the email address in signups, if present. if ( is_multisite() ) { $user = get_userdata( $user_id ); if ( $user->user_login && isset( $_POST['email'] ) && is_email( $_POST['email'] ) && $wpdb->get_var( $wpdb->prepare( "SELECT user_login FROM {$wpdb->signups} WHERE user_login = %s", $user->user_login ) ) ) { $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->signups} SET user_email = %s WHERE user_login = %s", $_POST['email'], $user_login ) ); } } // Update the user. $errors = edit_user( $user_id ); // Grant or revoke super admin status if requested. if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_can( 'manage_network_options' ) && ! isset( $super_admins ) && empty( $_POST['super_admin'] ) === is_super_admin( $user_id ) ) { empty( $_POST['super_admin'] ) ? revoke_super_admin( $user_id ) : grant_super_admin( $user_id ); } if ( ! is_wp_error( $errors ) ) { $redirect = add_query_arg( 'updated', true, get_edit_user_link( $user_id ) ); if ( $wp_http_referer ) { $redirect = add_query_arg( 'wp_http_referer', urlencode( $wp_http_referer ), $redirect ); } wp_redirect( $redirect ); exit; } // Intentional fall-through to display $errors. default: $profile_user = get_user_to_edit( $user_id ); if ( ! current_user_can( 'edit_user', $user_id ) ) { wp_die( __( 'Sorry, you are not allowed to edit this user.' ) ); } $title = sprintf( $title, $profile_user->display_name ); $sessions = WP_Session_Tokens::get_instance( $profile_user->ID ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?> ID ) && current_user_can( 'manage_network_options' ) ) : $message = '' . __( 'Important:' ) . ' ' . __( 'This user has super admin privileges.' ); wp_admin_notice( $message, array( 'type' => 'info', ) ); endif; if ( isset( $_GET['updated'] ) ) : if ( IS_PROFILE_PAGE ) : $message = '

' . __( 'Profile updated.' ) . '

'; else : $message = '

' . __( 'User updated.' ) . '

'; endif; if ( $wp_http_referer && ! str_contains( $wp_http_referer, 'user-new.php' ) && ! IS_PROFILE_PAGE ) : $message .= sprintf( '

%2$s

', esc_url( wp_validate_redirect( sanitize_url( $wp_http_referer ), self_admin_url( 'users.php' ) ) ), __( '← Go to Users' ) ); endif; wp_admin_notice( $message, array( 'id' => 'message', 'dismissible' => true, 'additional_classes' => array( 'updated' ), 'paragraph_wrap' => false, ) ); endif; if ( isset( $_GET['error'] ) ) : $message = ''; if ( 'new-email' === $_GET['error'] ) : $message = __( 'Error while saving the new email address. Please try again.' ); endif; wp_admin_notice( $message, array( 'type' => 'error', ) ); endif; if ( isset( $errors ) && is_wp_error( $errors ) ) { wp_admin_notice( implode( "

\n

", $errors->get_error_messages() ), array( 'additional_classes' => array( 'error' ), ) ); } ?>


>

rich_editing ) : ?> 1 && has_action( 'admin_color_scheme_picker' ) ) : ?> 1 ?>

ID ) ) : ?>

$desc ) : ?>

get_all() ) === 1 ) : ?> get_all() ) > 1 ) : ?> get_all() ) : ?>

1 ) : ?>

the %2$s site in this installation that you have permissions on.', 'Application passwords grant access to all %2$s sites in this installation that you have permissions on.', $blogs_count ); if ( is_super_admin( $user_id ) ) { /* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */ $message = _n( 'Application passwords grant access to the %2$s site on the network as you have Super Admin rights.', 'Application passwords grant access to all %2$s sites on the network as you have Super Admin rights.', $blogs_count ); } printf( $message, admin_url( 'my-sites.php' ), number_format_i18n( $blogs_count ) ); ?>

'error', 'additional_classes' => array( 'inline' ), ) ); endif; ?>
'application-passwords-user' ) ); $application_passwords_list_table->prepare_items(); $application_passwords_list_table->display(); ?>

set the environment type accordingly to enable application passwords.' ), __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' ) ); ?>

caps ) > count( $profile_user->roles ) && ( true === $display_additional_caps ) ) : ?>

  • Share your knowledge in the WordPress support forums.' ); ?>
  • Write or improve documentation for WordPress.' ); ?>
  • Translate WordPress into your local language.' ); ?>
  • Create and improve WordPress educational materials.' ); ?>
  • Promote the WordPress project to your community.' ); ?>
  • Curate submissions or take photos for the Photo Directory.' ); ?>
  • Organize or participate in local Meetups and WordCamps.' ); ?>
  • Lend your creative imagination to the WordPress UI design.' ); ?>
  • Edit videos and add captions to WordPress.tv.' ); ?>
  • Explore ways to reduce the environmental impact of websites.' ); ?>

  • Find and report bugs in the WordPress core software.' ); ?>
  • Test new releases and proposed features for the Block Editor.' ); ?>
  • Write and submit patches to fix bugs or help build new features.' ); ?>
  • Contribute to the code, improve the UX, and test the WordPress app.' ); ?>

bulk_upgrade( $plugins ); iframe_footer(); } elseif ( 'upgrade-plugin' === $action ) { if ( ! current_user_can( 'update_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to update plugins for this site.' ) ); } check_admin_referer( 'upgrade-plugin_' . $plugin ); // Used in the HTML title tag. $title = __( 'Update Plugin' ); $parent_file = 'plugins.php'; $submenu_file = 'plugins.php'; wp_enqueue_script( 'updates' ); require_once ABSPATH . 'wp-admin/admin-header.php'; $nonce = 'upgrade-plugin_' . $plugin; $url = 'update.php?action=upgrade-plugin&plugin=' . urlencode( $plugin ); $upgrader = new Plugin_Upgrader( new Plugin_Upgrader_Skin( compact( 'title', 'nonce', 'url', 'plugin' ) ) ); $upgrader->upgrade( $plugin ); require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'activate-plugin' === $action ) { if ( ! current_user_can( 'update_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to update plugins for this site.' ) ); } check_admin_referer( 'activate-plugin_' . $plugin ); if ( ! isset( $_GET['failure'] ) && ! isset( $_GET['success'] ) ) { wp_redirect( admin_url( 'update.php?action=activate-plugin&failure=true&plugin=' . urlencode( $plugin ) . '&_wpnonce=' . $_GET['_wpnonce'] ) ); activate_plugin( $plugin, '', ! empty( $_GET['networkwide'] ), true ); wp_redirect( admin_url( 'update.php?action=activate-plugin&success=true&plugin=' . urlencode( $plugin ) . '&_wpnonce=' . $_GET['_wpnonce'] ) ); die(); } iframe_header( __( 'Plugin Reactivation' ), true ); if ( isset( $_GET['success'] ) ) { echo '

' . __( 'Plugin reactivated successfully.' ) . '

'; } if ( isset( $_GET['failure'] ) ) { echo '

' . __( 'Plugin failed to reactivate due to a fatal error.' ) . '

'; error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR ); ini_set( 'display_errors', true ); // Ensure that fatal errors are displayed. wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $plugin ); include WP_PLUGIN_DIR . '/' . $plugin; } iframe_footer(); } elseif ( 'install-plugin' === $action ) { if ( ! current_user_can( 'install_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to install plugins on this site.' ) ); } require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; // For plugins_api(). check_admin_referer( 'install-plugin_' . $plugin ); $api = plugins_api( 'plugin_information', array( 'slug' => $plugin, 'fields' => array( 'sections' => false, ), ) ); if ( is_wp_error( $api ) ) { wp_die( $api ); } // Used in the HTML title tag. $title = __( 'Plugin Installation' ); $parent_file = 'plugins.php'; $submenu_file = 'plugin-install.php'; require_once ABSPATH . 'wp-admin/admin-header.php'; /* translators: %s: Plugin name and version. */ $title = sprintf( __( 'Installing Plugin: %s' ), $api->name . ' ' . $api->version ); $nonce = 'install-plugin_' . $plugin; $url = 'update.php?action=install-plugin&plugin=' . urlencode( $plugin ); if ( isset( $_GET['from'] ) ) { $url .= '&from=' . urlencode( stripslashes( $_GET['from'] ) ); } $type = 'web'; // Install plugin type, From Web or an Upload. $upgrader = new Plugin_Upgrader( new Plugin_Installer_Skin( compact( 'title', 'url', 'nonce', 'plugin', 'api' ) ) ); $upgrader->install( $api->download_link ); require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'upload-plugin' === $action ) { if ( ! current_user_can( 'upload_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to install plugins on this site.' ) ); } check_admin_referer( 'plugin-upload' ); if ( isset( $_FILES['pluginzip']['name'] ) && ! str_ends_with( strtolower( $_FILES['pluginzip']['name'] ), '.zip' ) ) { wp_die( __( 'Only .zip archives may be uploaded.' ) ); } $file_upload = new File_Upload_Upgrader( 'pluginzip', 'package' ); // Used in the HTML title tag. $title = __( 'Upload Plugin' ); $parent_file = 'plugins.php'; $submenu_file = 'plugin-install.php'; require_once ABSPATH . 'wp-admin/admin-header.php'; /* translators: %s: File name. */ $title = sprintf( __( 'Installing plugin from uploaded file: %s' ), esc_html( basename( $file_upload->filename ) ) ); $nonce = 'plugin-upload'; $url = add_query_arg( array( 'package' => $file_upload->id ), 'update.php?action=upload-plugin' ); $type = 'upload'; // Install plugin type, From Web or an Upload. $overwrite = isset( $_GET['overwrite'] ) ? sanitize_text_field( $_GET['overwrite'] ) : ''; $overwrite = in_array( $overwrite, array( 'update-plugin', 'downgrade-plugin' ), true ) ? $overwrite : ''; $upgrader = new Plugin_Upgrader( new Plugin_Installer_Skin( compact( 'type', 'title', 'nonce', 'url', 'overwrite' ) ) ); $result = $upgrader->install( $file_upload->package, array( 'overwrite_package' => $overwrite ) ); if ( $result || is_wp_error( $result ) ) { $file_upload->cleanup(); } require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'upload-plugin-cancel-overwrite' === $action ) { if ( ! current_user_can( 'upload_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to install plugins on this site.' ) ); } check_admin_referer( 'plugin-upload-cancel-overwrite' ); // Make sure the attachment still exists, or File_Upload_Upgrader will call wp_die() // that shows a generic "Please select a file" error. if ( ! empty( $_GET['package'] ) ) { $attachment_id = (int) $_GET['package']; if ( get_post( $attachment_id ) ) { $file_upload = new File_Upload_Upgrader( 'pluginzip', 'package' ); $file_upload->cleanup(); } } wp_redirect( self_admin_url( 'plugin-install.php' ) ); exit; } elseif ( 'upgrade-theme' === $action ) { if ( ! current_user_can( 'update_themes' ) ) { wp_die( __( 'Sorry, you are not allowed to update themes for this site.' ) ); } check_admin_referer( 'upgrade-theme_' . $theme ); wp_enqueue_script( 'updates' ); // Used in the HTML title tag. $title = __( 'Update Theme' ); $parent_file = 'themes.php'; $submenu_file = 'themes.php'; require_once ABSPATH . 'wp-admin/admin-header.php'; $nonce = 'upgrade-theme_' . $theme; $url = 'update.php?action=upgrade-theme&theme=' . urlencode( $theme ); $upgrader = new Theme_Upgrader( new Theme_Upgrader_Skin( compact( 'title', 'nonce', 'url', 'theme' ) ) ); $upgrader->upgrade( $theme ); require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'update-selected-themes' === $action ) { if ( ! current_user_can( 'update_themes' ) ) { wp_die( __( 'Sorry, you are not allowed to update themes for this site.' ) ); } check_admin_referer( 'bulk-update-themes' ); if ( isset( $_GET['themes'] ) ) { $themes = explode( ',', stripslashes( $_GET['themes'] ) ); } elseif ( isset( $_POST['checked'] ) ) { $themes = (array) $_POST['checked']; } else { $themes = array(); } $themes = array_map( 'urldecode', $themes ); $url = 'update.php?action=update-selected-themes&themes=' . urlencode( implode( ',', $themes ) ); $nonce = 'bulk-update-themes'; wp_enqueue_script( 'updates' ); iframe_header(); $upgrader = new Theme_Upgrader( new Bulk_Theme_Upgrader_Skin( compact( 'nonce', 'url' ) ) ); $upgrader->bulk_upgrade( $themes ); iframe_footer(); } elseif ( 'install-theme' === $action ) { if ( ! current_user_can( 'install_themes' ) ) { wp_die( __( 'Sorry, you are not allowed to install themes on this site.' ) ); } require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; // For themes_api(). check_admin_referer( 'install-theme_' . $theme ); $api = themes_api( 'theme_information', array( 'slug' => $theme, 'fields' => array( 'sections' => false, 'tags' => false, ), ) ); // Save on a bit of bandwidth. if ( is_wp_error( $api ) ) { wp_die( $api ); } // Used in the HTML title tag. $title = __( 'Install Themes' ); $parent_file = 'themes.php'; $submenu_file = 'themes.php'; require_once ABSPATH . 'wp-admin/admin-header.php'; /* translators: %s: Theme name and version. */ $title = sprintf( __( 'Installing Theme: %s' ), $api->name . ' ' . $api->version ); $nonce = 'install-theme_' . $theme; $url = 'update.php?action=install-theme&theme=' . urlencode( $theme ); $type = 'web'; // Install theme type, From Web or an Upload. $upgrader = new Theme_Upgrader( new Theme_Installer_Skin( compact( 'title', 'url', 'nonce', 'plugin', 'api' ) ) ); $upgrader->install( $api->download_link ); require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'upload-theme' === $action ) { if ( ! current_user_can( 'upload_themes' ) ) { wp_die( __( 'Sorry, you are not allowed to install themes on this site.' ) ); } check_admin_referer( 'theme-upload' ); if ( isset( $_FILES['themezip']['name'] ) && ! str_ends_with( strtolower( $_FILES['themezip']['name'] ), '.zip' ) ) { wp_die( __( 'Only .zip archives may be uploaded.' ) ); } $file_upload = new File_Upload_Upgrader( 'themezip', 'package' ); // Used in the HTML title tag. $title = __( 'Upload Theme' ); $parent_file = 'themes.php'; $submenu_file = 'theme-install.php'; require_once ABSPATH . 'wp-admin/admin-header.php'; /* translators: %s: File name. */ $title = sprintf( __( 'Installing theme from uploaded file: %s' ), esc_html( basename( $file_upload->filename ) ) ); $nonce = 'theme-upload'; $url = add_query_arg( array( 'package' => $file_upload->id ), 'update.php?action=upload-theme' ); $type = 'upload'; // Install theme type, From Web or an Upload. $overwrite = isset( $_GET['overwrite'] ) ? sanitize_text_field( $_GET['overwrite'] ) : ''; $overwrite = in_array( $overwrite, array( 'update-theme', 'downgrade-theme' ), true ) ? $overwrite : ''; $upgrader = new Theme_Upgrader( new Theme_Installer_Skin( compact( 'type', 'title', 'nonce', 'url', 'overwrite' ) ) ); $result = $upgrader->install( $file_upload->package, array( 'overwrite_package' => $overwrite ) ); if ( $result || is_wp_error( $result ) ) { $file_upload->cleanup(); } require_once ABSPATH . 'wp-admin/admin-footer.php'; } elseif ( 'upload-theme-cancel-overwrite' === $action ) { if ( ! current_user_can( 'upload_themes' ) ) { wp_die( __( 'Sorry, you are not allowed to install themes on this site.' ) ); } check_admin_referer( 'theme-upload-cancel-overwrite' ); // Make sure the attachment still exists, or File_Upload_Upgrader will call wp_die() // that shows a generic "Please select a file" error. if ( ! empty( $_GET['package'] ) ) { $attachment_id = (int) $_GET['package']; if ( get_post( $attachment_id ) ) { $file_upload = new File_Upload_Upgrader( 'themezip', 'package' ); $file_upload->cleanup(); } } wp_redirect( self_admin_url( 'theme-install.php' ) ); exit; } else { /** * Fires when a custom plugin or theme update request is received. * * The dynamic portion of the hook name, `$action`, refers to the action * provided in the request for wp-admin/update.php. Can be used to * provide custom update functionality for themes and plugins. * * @since 2.8.0 */ do_action( "update-custom_{$action}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores } } PKM/#]?3X`X` user-new.phpnu[' . __( 'You need a higher level of permission.' ) . '' . '

' . __( 'Sorry, you are not allowed to add users to this network.' ) . '

', 403 ); } } elseif ( ! current_user_can( 'create_users' ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to create users.' ) . '

', 403 ); } if ( is_multisite() ) { add_filter( 'wpmu_signup_user_notification_email', 'admin_created_user_email' ); } if ( isset( $_REQUEST['action'] ) && 'adduser' === $_REQUEST['action'] ) { check_admin_referer( 'add-user', '_wpnonce_add-user' ); $user_details = null; $user_email = wp_unslash( $_REQUEST['email'] ); if ( str_contains( $user_email, '@' ) ) { $user_details = get_user_by( 'email', $user_email ); } else { if ( current_user_can( 'manage_network_users' ) ) { $user_details = get_user_by( 'login', $user_email ); } else { wp_redirect( add_query_arg( array( 'update' => 'enter_email' ), 'user-new.php' ) ); die(); } } if ( ! $user_details ) { wp_redirect( add_query_arg( array( 'update' => 'does_not_exist' ), 'user-new.php' ) ); die(); } if ( ! current_user_can( 'promote_user', $user_details->ID ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to add users to this network.' ) . '

', 403 ); } // Adding an existing user to this blog. $new_user_email = array(); $redirect = 'user-new.php'; $username = $user_details->user_login; $user_id = $user_details->ID; if ( array_key_exists( $blog_id, get_blogs_of_user( $user_id ) ) ) { $redirect = add_query_arg( array( 'update' => 'addexisting' ), 'user-new.php' ); } else { if ( isset( $_POST['noconfirmation'] ) && current_user_can( 'manage_network_users' ) ) { wp_ensure_editable_role( $_REQUEST['role'] ); $result = add_existing_user_to_blog( array( 'user_id' => $user_id, 'role' => $_REQUEST['role'], ) ); if ( ! is_wp_error( $result ) ) { $redirect = add_query_arg( array( 'update' => 'addnoconfirmation', 'user_id' => $user_id, ), 'user-new.php' ); } else { $redirect = add_query_arg( array( 'update' => 'could_not_add' ), 'user-new.php' ); } } else { $newuser_key = wp_generate_password( 20, false ); add_option( 'new_user_' . $newuser_key, array( 'user_id' => $user_id, 'email' => $user_details->user_email, 'role' => $_REQUEST['role'], ) ); $roles = get_editable_roles(); $role = $roles[ $_REQUEST['role'] ]; /** * Fires immediately after an existing user is invited to join the site, but before the notification is sent. * * @since 4.4.0 * * @param int $user_id The invited user's ID. * @param array $role Array containing role information for the invited user. * @param string $newuser_key The key of the invitation. */ do_action( 'invite_user', $user_id, $role, $newuser_key ); $switched_locale = switch_to_user_locale( $user_id ); if ( '' !== get_option( 'blogname' ) ) { $site_title = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); } else { $site_title = parse_url( home_url(), PHP_URL_HOST ); } /* translators: 1: Site title, 2: Site URL, 3: User role, 4: Activation URL. */ $message = __( 'Hi, You\'ve been invited to join \'%1$s\' at %2$s with the role of %3$s. Please click the following link to confirm the invite: %4$s' ); $new_user_email['to'] = $user_details->user_email; $new_user_email['subject'] = sprintf( /* translators: Joining confirmation notification email subject. %s: Site title. */ __( '[%s] Joining Confirmation' ), $site_title ); $new_user_email['message'] = sprintf( $message, get_option( 'blogname' ), home_url(), wp_specialchars_decode( translate_user_role( $role['name'] ) ), home_url( "/newbloguser/$newuser_key/" ) ); $new_user_email['headers'] = ''; /** * Filters the contents of the email sent when an existing user is invited to join the site. * * @since 5.6.0 * * @param array $new_user_email { * Used to build wp_mail(). * * @type string $to The email address of the invited user. * @type string $subject The subject of the email. * @type string $message The content of the email. * @type string $headers Headers. * } * @param int $user_id The invited user's ID. * @param array $role Array containing role information for the invited user. * @param string $newuser_key The key of the invitation. * */ $new_user_email = apply_filters( 'invited_user_email', $new_user_email, $user_id, $role, $newuser_key ); wp_mail( $new_user_email['to'], $new_user_email['subject'], $new_user_email['message'], $new_user_email['headers'] ); if ( $switched_locale ) { restore_previous_locale(); } $redirect = add_query_arg( array( 'update' => 'add' ), 'user-new.php' ); } } wp_redirect( $redirect ); die(); } elseif ( isset( $_REQUEST['action'] ) && 'createuser' === $_REQUEST['action'] ) { check_admin_referer( 'create-user', '_wpnonce_create-user' ); if ( ! current_user_can( 'create_users' ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to create users.' ) . '

', 403 ); } if ( ! is_multisite() ) { $user_id = edit_user(); if ( is_wp_error( $user_id ) ) { $add_user_errors = $user_id; } else { if ( current_user_can( 'list_users' ) ) { $redirect = 'users.php?update=add&id=' . $user_id; } else { $redirect = add_query_arg( 'update', 'add', 'user-new.php' ); } wp_redirect( $redirect ); die(); } } else { // Adding a new user to this site. $new_user_email = wp_unslash( $_REQUEST['email'] ); $user_details = wpmu_validate_user_signup( $_REQUEST['user_login'], $new_user_email ); if ( is_wp_error( $user_details['errors'] ) && $user_details['errors']->has_errors() ) { $add_user_errors = $user_details['errors']; } else { /** This filter is documented in wp-includes/user.php */ $new_user_login = apply_filters( 'pre_user_login', sanitize_user( wp_unslash( $_REQUEST['user_login'] ), true ) ); if ( isset( $_POST['noconfirmation'] ) && current_user_can( 'manage_network_users' ) ) { add_filter( 'wpmu_signup_user_notification', '__return_false' ); // Disable confirmation email. add_filter( 'wpmu_welcome_user_notification', '__return_false' ); // Disable welcome email. } wp_ensure_editable_role( $_REQUEST['role'] ); wpmu_signup_user( $new_user_login, $new_user_email, array( 'add_to_blog' => get_current_blog_id(), 'new_role' => $_REQUEST['role'], ) ); if ( isset( $_POST['noconfirmation'] ) && current_user_can( 'manage_network_users' ) ) { $key = $wpdb->get_var( $wpdb->prepare( "SELECT activation_key FROM {$wpdb->signups} WHERE user_login = %s AND user_email = %s", $new_user_login, $new_user_email ) ); $new_user = wpmu_activate_signup( $key ); if ( is_wp_error( $new_user ) ) { $redirect = add_query_arg( array( 'update' => 'addnoconfirmation' ), 'user-new.php' ); } elseif ( ! is_user_member_of_blog( $new_user['user_id'] ) ) { $redirect = add_query_arg( array( 'update' => 'created_could_not_add' ), 'user-new.php' ); } else { $redirect = add_query_arg( array( 'update' => 'addnoconfirmation', 'user_id' => $new_user['user_id'], ), 'user-new.php' ); } } else { $redirect = add_query_arg( array( 'update' => 'newuserconfirmation' ), 'user-new.php' ); } wp_redirect( $redirect ); die(); } } } // Used in the HTML title tag. $title = __( 'Add User' ); $parent_file = 'users.php'; $do_both = false; if ( is_multisite() && current_user_can( 'promote_users' ) && current_user_can( 'create_users' ) ) { $do_both = true; } $help = '

' . __( 'To add a new user to your site, fill in the form on this screen and click the Add User button at the bottom.' ) . '

'; if ( is_multisite() ) { $help .= '

' . __( 'Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.' ) . '

' . '

' . __( 'New users will receive an email letting them know they’ve been added as a user for your site. This email will also contain their password. Check the box if you do not want the user to receive a welcome email.' ) . '

'; } else { $help .= '

' . __( 'New users are automatically assigned a password, which they can change after logging in. You can view or edit the assigned password by clicking the Show Password button. The username cannot be changed once the user has been added.' ) . '

' . '

' . __( 'By default, new users will receive an email letting them know they’ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you do not want to send the new user a welcome email.' ) . '

'; } $help .= '

' . __( 'Remember to click the Add User button at the bottom of this screen when you are finished.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => $help, ) ); get_current_screen()->add_help_tab( array( 'id' => 'user-roles', 'title' => __( 'User Roles' ), 'content' => '

' . __( 'Here is a basic overview of the different user roles and the permissions associated with each one:' ) . '

' . '
    ' . '
  • ' . __( 'Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.' ) . '
  • ' . '
  • ' . __( 'Contributors can write and manage their posts but not publish posts or upload media files.' ) . '
  • ' . '
  • ' . __( 'Authors can publish and manage their own posts, and are able to upload files.' ) . '
  • ' . '
  • ' . __( 'Editors can publish posts, manage posts as well as manage other people’s posts, etc.' ) . '
  • ' . '
  • ' . __( 'Administrators have access to all the administration features.' ) . '
  • ' . '
', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Adding New Users' ) . '

' . '

' . __( 'Support forums' ) . '

' ); wp_enqueue_script( 'wp-ajax-response' ); wp_enqueue_script( 'user-profile' ); /** * Filters whether to enable user auto-complete for non-super admins in Multisite. * * @since 3.4.0 * * @param bool $enable Whether to enable auto-complete for non-super admins. Default false. */ if ( is_multisite() && current_user_can( 'promote_users' ) && ! wp_is_large_network( 'users' ) && ( current_user_can( 'manage_network_users' ) || apply_filters( 'autocomplete_users_for_site_admins', false ) ) ) { wp_enqueue_script( 'user-suggest' ); } require_once ABSPATH . 'wp-admin/admin-header.php'; if ( isset( $_GET['update'] ) ) { $messages = array(); if ( is_multisite() ) { $edit_link = ''; if ( ( isset( $_GET['user_id'] ) ) ) { $user_id_new = absint( $_GET['user_id'] ); if ( $user_id_new ) { $edit_link = esc_url( add_query_arg( 'wp_http_referer', urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), get_edit_user_link( $user_id_new ) ) ); } } switch ( $_GET['update'] ) { case 'newuserconfirmation': $messages[] = __( 'Invitation email sent to new user. A confirmation link must be clicked before their account is created.' ); break; case 'add': $messages[] = __( 'Invitation email sent to user. A confirmation link must be clicked for them to be added to your site.' ); break; case 'addnoconfirmation': $message = __( 'User has been added to your site.' ); if ( $edit_link ) { $message .= sprintf( ' %s', $edit_link, __( 'Edit user' ) ); } $messages[] = $message; break; case 'addexisting': $messages[] = __( 'That user is already a member of this site.' ); break; case 'could_not_add': $add_user_errors = new WP_Error( 'could_not_add', __( 'That user could not be added to this site.' ) ); break; case 'created_could_not_add': $add_user_errors = new WP_Error( 'created_could_not_add', __( 'User has been created, but could not be added to this site.' ) ); break; case 'does_not_exist': $add_user_errors = new WP_Error( 'does_not_exist', __( 'The requested user does not exist.' ) ); break; case 'enter_email': $add_user_errors = new WP_Error( 'enter_email', __( 'Please enter a valid email address.' ) ); break; } } else { if ( 'add' === $_GET['update'] ) { $messages[] = __( 'User added.' ); } } } ?>

get_error_messages() as $err ) { $error_message .= "