Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
sonyflagel
tagDiv Member

Hi

I tried this code as snippet but it don’t work. 404 page don’t load

add_action(‘template_redirect’, ‘wp_custom_410’);
function wp_custom_410() {
if (is_404()) {
status_header(410);
nocache_headers();
include(get_template_directory() . ‘/404.php’);
exit;
}
}

Any help

sonyflagel
tagDiv Member

OK. Thanks

sonyflagel
tagDiv Member

Mixed Content: The page at ‘https://………/’ was loaded over HTTPS, but requested an insecure font ‘http://…..com/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf?1’. This request has been blocked; the content must be served over HTTPS.

sonyflagel
tagDiv Member

Issue solve

Viewing 4 posts - 1 through 4 (of 4 total)