The plugin returns Header "Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT"
-
I have installed your plugin and while checking with https://www.feedthebot.com/tools/if-modified/ i get this header Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
Inside this file if-modified-since-http-header.php you have
header("Last-Modified: " . get_the_modified_time("D, d M Y H:i:s", $post_id));
but the function
get_the_modified_time()
looks like it needs to be used in “The Loop”.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘The plugin returns Header "Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT"’ is closed to new replies.