Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/gite-lemoulin.fr/wp-blog-header.php on line 1
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/gite-lemoulin.fr/wp-blog-header.php on line 1
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/gite-lemoulin.fr/wp-blog-header.php on line 1
return array(
'headers' => $this->get_headers(),
'body' => $this->get_data(),
'response' => array(
'code' => $this->get_status(),
'message' => get_status_header_desc( $this->get_status() ),
),
'cookies' => $this->get_cookies(),
'filename' => $this->filename,
);
}
}
ce.
*
* The function should be used only during directive processing. If the
* `$store_namespace` parameter is omitted, it uses the current namespace value
* on the internal namespace stack.
*
* It returns an empty array when the specified namespace is not defined.
*
* @since 6.6.0
*
* @param string $store_namespace Optional. The unique store namespace identifier.
* @return array The context for the specified store namespace.
*/
function wp_interactivity_get_context( ?string $store_namespace = null ): array {
return wp_interactivity()->get_context( $store_namespace );
}
/**
* Returns an array representation of the current element being processed.
*
* The function should be used only during directive processing.
*
* @since 6.7.0
*
* @return array{attributes: array}|null Current element.
*/
function wp_interactivity_get_element(): ?array {
return wp_interactivity()->get_element();
}
Fatal error: Uncaught Error: Call to undefined function wp_interactivity() in /htdocs/gite-lemoulin.fr/wp-settings.php:414
Stack trace:
#0 /htdocs/gite-lemoulin.fr/wp-config.php(98): require_once()
#1 /htdocs/gite-lemoulin.fr/wp-load.php(50): require_once('/htdocs/gite-le...')
#2 /htdocs/gite-lemoulin.fr/wp-blog-header.php(14): require_once('/htdocs/gite-le...')
#3 /htdocs/gite-lemoulin.fr/index.php(17): require('/htdocs/gite-le...')
#4 {main}
thrown in /htdocs/gite-lemoulin.fr/wp-settings.php on line 414
Fatal error: Uncaught Error: Call to a member function set() on null in /htdocs/gite-lemoulin.fr/wp-includes/l10n.php:857
Stack trace:
#0 /htdocs/gite-lemoulin.fr/wp-includes/l10n.php(960): load_textdomain('default', '/htdocs/gite-le...', 'fr_FR')
#1 /htdocs/gite-lemoulin.fr/wp-includes/class-wp-fatal-error-handler.php(49): load_default_textdomain()
#2 [internal function]: WP_Fatal_Error_Handler->handle()
#3 {main}
thrown in /htdocs/gite-lemoulin.fr/wp-includes/l10n.php on line 857