{"id":19970240,"url":"https://github.com/webdeveric/what-template-am-i-using","last_synced_at":"2026-05-12T11:31:26.894Z","repository":{"id":20755869,"uuid":"24040434","full_name":"webdeveric/what-template-am-i-using","owner":"webdeveric","description":"Show detailed information about your active WordPress theme","archived":false,"fork":false,"pushed_at":"2024-03-10T17:57:01.000Z","size":335,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T09:12:41.055Z","etag":null,"topics":["template","theme","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/what-template-am-i-using/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["webdeveric"]}},"created_at":"2014-09-15T02:50:43.000Z","updated_at":"2024-03-09T14:00:34.000Z","dependencies_parsed_at":"2025-01-12T09:12:19.556Z","dependency_job_id":"41480a04-18c2-4097-bbfe-94ea2eb34c76","html_url":"https://github.com/webdeveric/what-template-am-i-using","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwhat-template-am-i-using","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwhat-template-am-i-using/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwhat-template-am-i-using/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwhat-template-am-i-using/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/what-template-am-i-using/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404419,"owners_count":19957655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["template","theme","wordpress","wordpress-plugin"],"created_at":"2024-11-13T02:53:38.333Z","updated_at":"2026-05-12T11:31:21.872Z","avatar_url":"https://github.com/webdeveric.png","language":"PHP","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# What Template Am I Using #\n\nThis WordPress plugin is intended for theme developers to use.\nIt shows the current template being used to render the page, current post type, and much more.\n\n## Installation ##\n\n### `composer`\n\n`composer require wpackagist-plugin/what-template-am-i-using`\n\n### WP Admin ###\n\nSince this plugin is in the [WordPress plugin directory](https://wordpress.org/plugins/what-template-am-i-using/), it can be installed through the plugin search in the WP admin.\n\nWordPress Admin \u003e Plugins \u003e Add New \u003e Search: What Template Am I Using\n\n### WP CLI ###\n\nThis will install the version that is in the WordPress plugin directory.\n\n`wp plugin install what-template-am-i-using --activate`\n\n## Add your own panels ##\n\nIf you don't see what you're looking for in the panels I've provided, its easy to add your own.\n\n1. Create a class that extends `WTAIU_Panel`. Take a look at [inc/core-panels.php](inc/core-panels.php) for examples.\n1. Add it to the sidebar with the `wtaiu_setup_panels` action. See [`setup_wtaiu_panels()`](what-template-am-i-using.php#L327) for example.\n\n## Filters ##\n\n### Handle text ###\n\n```php\nadd_filter('wtaiu_handle_text', function( $text ) {\n    return 'Your Custom Text Here';\n} );\n```\n\n### Show/hide panels ###\n\n```php\nfunction wtaiu_can_show( $can_show, WTAIU_Panel $panel ) {\n    if ( is_a( $panel, 'WTAIU_Theme_Panel') )\n        return false;\n    return $can_show;\n}\nadd_filter('wtaiu_panel_can_show', 'wtaiu_can_show', 10, 2 );\n```\n\n### Public IP address ###\n\nTo find the public IP address of your server, a request is made to an external website that echos back the IP.\nYou can easily change the URL that is used.\n\n```php\nadd_filter('wtaiu_find_public_ip_url', function( $url ) {\n    return 'http://example.com/';\n} );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwhat-template-am-i-using","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fwhat-template-am-i-using","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwhat-template-am-i-using/lists"}