{"id":303533,"date":"2026-04-30T15:56:39","date_gmt":"2026-04-30T15:56:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/hp-source-finder\/"},"modified":"2026-04-30T15:56:18","modified_gmt":"2026-04-30T15:56:18","slug":"holyprof-source-locator","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/holyprof-source-locator\/","author":23485997,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Holyprof Source Locator","header_author":"Tobi Holyprof","header_description":"Find where code, hooks, templates, and text are defined in your themes and plugins.","assets_banners_color":"6485a7","last_updated":"2026-04-30 15:56:18","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/tobi.holyprofweb.com\/holyprof-source-locator","header_author_uri":"https:\/\/tobi.holyprofweb.com\/","rating":5,"author_block_rating":0,"active_installs":0,"downloads":80,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"holyprof1","date":"2026-04-30 15:56:18"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3519737,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3519737,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3521852,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3521852,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"The Holyprof Source Locator admin search screen.","2":"Grouped search results with file paths, match counts, and highlighted snippets."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,245076,2679,4932,944],"plugin_category":[59],"plugin_contributors":[261574],"plugin_business_model":[],"class_list":["post-303533","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-code-search","plugin_tags-debugging","plugin_tags-developer-tools","plugin_tags-search","plugin_category-utilities-and-tools","plugin_contributors-holyprof1","plugin_committers-holyprof1"],"banners":{"banner":"https:\/\/ps.w.org\/holyprof-source-locator\/assets\/banner-772x250.png?rev=3521852","banner_2x":"https:\/\/ps.w.org\/holyprof-source-locator\/assets\/banner-1544x500.png?rev=3521852","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/holyprof-source-locator\/assets\/icon-128x128.png?rev=3519737","icon_2x":"https:\/\/ps.w.org\/holyprof-source-locator\/assets\/icon-256x256.png?rev=3519737","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Holyprof Source Locator helps you find where features, hooks, templates, and text are defined in your active themes and plugins. Search across theme files, functions.php, and plugin code to quickly locate the source of functionality or visible output. This tool is designed for developers and site builders who need to trace how something is implemented inside WordPress.<\/p>\n\n<p>Owned and maintained by Tobi Holyprof.<\/p>\n\n<p>Source code repository: https:\/\/github.com\/holyprof1\/holyprof-source-locator<\/p>\n\n<p>Features include:<\/p>\n\n<ul>\n<li>Read-only search across the plugin itself, the active theme, the parent theme when a child theme is active, and active plugins<\/li>\n<li>Focus on PHP source, <code>functions.php<\/code>, templates, hooks, CSS, and JS<\/li>\n<li>Grouped results with source names, file paths, line numbers, and highlighted snippets<\/li>\n<li>AJAX-powered search to keep the admin page responsive<\/li>\n<li>Limited secondary references for related admin pages, menus, and settings when WordPress exposes them<\/li>\n<li>Safety limits for large files, skipped dependency folders, unreadable files, and oversized result sets<\/li>\n<\/ul>\n\n<p>Holyprof Source Locator does not edit files or settings. It is designed as an admin-only inspection tool.<\/p>\n\n<h3>Limitations<\/h3>\n\n<p>Holyprof Source Locator is intentionally limited in v1.<\/p>\n\n<ul>\n<li>It is focused on source-code locations in active themes and plugins.<\/li>\n<li>It does not search posts or pages.<\/li>\n<li>It does not guarantee every visible text string will be found.<\/li>\n<li>It does not guarantee coverage of every JavaScript-rendered admin screen.<\/li>\n<li>It does not search database content outside what WordPress exposes through registered admin menus and settings metadata.<\/li>\n<li>Admin-page, menu, and settings references are secondary clues and depend on what WordPress or plugins expose to PHP at search time.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>holyprof-source-locator<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> screen in WordPress.<\/li>\n<li>Open <code>Holyprof Source Locator<\/code> from the WordPress admin menu.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20edit%20any%20files%3F\"><h3>Does this plugin edit any files?<\/h3><\/dt>\n<dd><p>No. Holyprof Source Locator is read-only.<\/p><\/dd>\n<dt id=\"who%20can%20use%20the%20search%20page%3F\"><h3>Who can use the search page?<\/h3><\/dt>\n<dd><p>Only users with the <code>manage_options<\/code> capability can access and run searches.<\/p><\/dd>\n<dt id=\"what%20files%20are%20searched%3F\"><h3>What files are searched?<\/h3><\/dt>\n<dd><p>The plugin searches supported text-based files in:<\/p>\n\n<ul>\n<li>the Holyprof Source Locator plugin directory<\/li>\n<li>the active theme<\/li>\n<li>the parent theme when a child theme is active<\/li>\n<li>active plugins<\/li>\n<\/ul><\/dd>\n<dt id=\"does%20it%20search%20posts%20or%20pages%3F\"><h3>Does it search posts or pages?<\/h3><\/dt>\n<dd><p>No. Holyprof Source Locator is focused on source files in active themes and plugins.<\/p><\/dd>\n<dt id=\"can%20it%20still%20show%20related%20settings%20pages%20or%20labels%3F\"><h3>Can it still show related settings pages or labels?<\/h3><\/dt>\n<dd><p>Yes. Holyprof Source Locator can also surface related admin menu pages, submenu pages, registered settings, settings sections, and field labels where WordPress exposes them, but that is secondary to the source-code search.<\/p><\/dd>\n<dt id=\"can%20it%20find%20every%20visible%20text%20string%20on%20admin%20pages%3F\"><h3>Can it find every visible text string on admin pages?<\/h3><\/dt>\n<dd><p>No. The plugin can often help with plugin admin-page references, but it does not guarantee every rendered label or every JavaScript-driven screen can be traced in v1.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Admin-only read-only finder for source code locations in active themes and plugins<\/li>\n<li>AJAX results loading<\/li>\n<li>Search safety guards for large files and noisy folders<\/li>\n<\/ul>","raw_excerpt":"Find where code, hooks, templates, and text are defined in your themes and plugins.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/303533","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=303533"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/holyprof1"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=303533"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=303533"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=303533"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=303533"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=303533"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=303533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}