﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20390,Add call of shutdown_action_hook() function at the end of 'template_loader.php' file,egorpromo,,"In some cases theme authors need to hook on the most end of wordpress execution. The excellent place for it is the end of  'template_loader.php' file.

I encounter problem when I try delete my $_COOKIE (needed in the HTML output) at the end of my templates files because I need my some session variables only once. I think it is better to use hook that I have proposed above.

{{{
do_action('after_template_include');
}}}
",enhancement,closed,normal,,General,3.3.1,normal,invalid,,
