/**
* WordPress database table prefix.
*/
$table_prefix = 'fgsdf_';
/**
* For developers: WordPress debugging mode.
*/
@ini_set('display_errors', 0);
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', false );
/** Configurazione Performance e Memoria */
define( 'WP_CACHE', false );
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_POST_REVISIONS', 3 );
/** Altre impostazioni */
define( 'AUTOMATIC_UPDATER_DISABLED', false );
define( 'WP_AUTO_UPDATE_CORE', true );
if ( isset( $_SERVER['HTTP_HOST'] ) ) {
define( 'COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
} else {
define( 'COOKIE_DOMAIN', 'www.matricedigitale.it' );
}
/* That's all, stop editing! Happy publishing. */
Fatal error: Uncaught Error: Call to undefined function wp() in /home/clients/0310c843a1e585ae6463b6df3093460e/sites/matricedigitale.it/wp-blog-header.php:16
Stack trace:
#0 /home/clients/0310c843a1e585ae6463b6df3093460e/sites/matricedigitale.it/index.php(17): require()
#1 {main}
thrown in /home/clients/0310c843a1e585ae6463b6df3093460e/sites/matricedigitale.it/wp-blog-header.php on line 16