page-template-dashboard
page-template-dashboard copied to clipboard
class-page-template-dashboard.php line 160 $template_name undefined
There is a small problem with the plugin Page Template Dashboard. When you use the plugins All in One SEO Pack and/or Google Analytics Dashboard for WP you get an error on line 160 of class-page-template-dashboard.php.
A simple workaround is replace echo $template_name; with if(isset($template_name)){echo $template_name;}