Archive by Author

is_plugin_page

Whether the current page was created by a plugin.The plugin can set this by using the global $plugin_page and setting it to true.

2163

Continue reading

is_page_template

Whether currently in a page template.This template tag allows you to determine if you are in a page template. You can optionally provide a template name and then the check will be specific to that template.

2157

Continue reading