wp_ssl_constants example


do_action( 'muplugins_loaded' );

if ( is_multisite() ) {
    ms_cookie_constants();
}

// Define constants after multisite is loaded. wp_cookie_constants();

// Define and enforce our SSL constants. wp_ssl_constants();

// Create common globals. require ABSPATH . WPINC . '/vars.php';

// Make taxonomies and posts available to plugins and themes. // @plugin authors: warning: these get registered again on the init hook. create_initial_taxonomies();
create_initial_post_types();

wp_start_scraping_edited_file_errors();

Home | Imprint | This part of the site doesn't use cookies.