=== Page Detector - Check the template file of the current page ===

Contributors:      giuse
Donate link: https://www.buymeacoffee.com/josem
Requires at least: 4.6
Tested up to: 6.9
Requires PHP:      5.6
Stable tag:        0.0.2
License:           GPLv2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Tags:              debugging, problem solving


It detects what kind of page you are visiting. Useful for debugging and problem solving.


== Description ==

It detects what kind of page you are visiting, and also the template file that is used. Useful for debugging and problem solving.

== How to check which kind of page you are visiting and the template that is used ==
* Install and activate the plugin Page Detector
* Visit the page
* Right click => Inspect Elements => Console
* See the information provided in the section "Page detector"

== How to check which files are called to build the page ==
If you also need to see all the files that are called to build the page, you need to install also <a href="https://wordpress.org/plugins/freesoul-deactivate-plugins/">Freesoul Deactivate Plugins</a>.
Read the <a href="https://freesoul-deactivate-plugins.com/how-deactivate-plugiins-on-specific-pages/action-buttons/">FDP documentation</a> (action button n. 6) for more details.

== Changelog ==

= 0.0.2 =
*Added: plugin action link to backend page to explain how it works

= 0.0.1 =
*Initial release
