Determine which template-{slug}.php is being loaded
I am trying to make a personal plugin that does specific things based on what is loaded. In this example, in my action method I want to perform one function if the currently loading page is using the template-blog.php template, if it’s a single blog post (loading single.php do a second function, anything else do a 3rd function