Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
wp_cookie_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
(
)
;