function force_https_stylesheet_dir_uri($url) {
return str_replace('http://', 'https://', $url);
}
add_filter('stylesheet_directory_uri', 'force_https_stylesheet_dir_uri', 999);
function force_https_template_dir_uri($url) {
return str_replace('http://', 'https://', $url);
}
add_filter('template_directory_uri', 'force_https_template_dir_uri', 9999);
function force_https_stylesheet_dir_uri($url) {
return str_replace('http://', 'https://', $url);
}
add_filter('stylesheet_directory_uri', 'force_https_stylesheet_dir_uri', 9999);
function debug_template_dir_uri($url) {
return 'DEBUG::' . $url;
}
add_filter('template_directory_uri', 'debug_template_dir_uri', 9999);
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/themes/EarthlyTouch/functions.php:55) in /var/www/html/wp-includes/pluggable.php on line 1427
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/themes/EarthlyTouch/functions.php:55) in /var/www/html/wp-includes/pluggable.php on line 1430