Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function custom_no_cache_headers() { if (is_page(‘logintestd5’)) { header(“Cache-Control: no-store, no-cache, must-revalidate, max-age=0”); header(“Cache-Control: post-check=0, pre-check=0”, false); header(“Pragma: no-cache”); } } add_action(‘send_headers’, ‘custom_no_cache_headers’);
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.