{"id":127596,"date":"2020-08-25T01:22:30","date_gmt":"2020-08-25T01:22:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/visual-hook-guide-for-kadence\/"},"modified":"2023-07-24T00:32:25","modified_gmt":"2023-07-24T00:32:25","slug":"visual-hook-guide-for-kadence","status":"publish","type":"plugin","link":"https:\/\/lmo.wordpress.org\/plugins\/visual-hook-guide-for-kadence\/","author":74652,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"trunk","tested":"6.2.9","requires":"6.2.2","requires_php":"7.4","requires_plugins":null,"header_name":"Visual Hook Guide for Kadence","header_author":"Sridhar Katakam","header_description":"Find Kadence action hooks easily and select them by a single click at their actual locations in your Kadence theme.","assets_banners_color":"68cbf8","last_updated":"2023-07-24 00:32:25","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.me\/sridharkatakam","header_plugin_uri":"https:\/\/profiles.wordpress.org\/srikat\/","header_author_uri":"https:\/\/profiles.wordpress.org\/srikat\/","rating":5,"author_block_rating":0,"active_installs":500,"downloads":8749,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":5},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2368222,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2368222,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2942233,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2942233,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2368222,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2368222,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Screenshot showing the WP admin bar menu item.","2":"Screenshot showing the actions hooks on the page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[34938,130453,4073,190017,190018],"plugin_category":[],"plugin_contributors":[150494],"plugin_business_model":[],"class_list":["post-127596","plugin","type-plugin","status-publish","hentry","plugin_tags-action-hooks","plugin_tags-hook-guide","plugin_tags-hooks","plugin_tags-kadence","plugin_tags-visual-hooks","plugin_contributors-srikat","plugin_committers-srikat"],"banners":{"banner":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/banner-772x250.png?rev=2942233","banner_2x":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/banner-1544x500.png?rev=2942233","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/icon-128x128.png?rev=2368222","icon_2x":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/icon-256x256.png?rev=2368222","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/screenshot-1.png?rev=2368222","caption":"Screenshot showing the WP admin bar menu item."},{"src":"https:\/\/ps.w.org\/visual-hook-guide-for-kadence\/assets\/screenshot-2.png?rev=2368222","caption":"Screenshot showing the actions hooks on the page."}],"raw_content":"<!--section=description-->\n<p>This plugin is for use by developers working with the <a href=\"https:\/\/www.kadencewp.com\/kadence-theme\/\">Kadence<\/a> theme and adds a <code>Kadence Hooks<\/code> item in the WP admin bar on the front end.<\/p>\n\n<p>Clicking <code>Action Hooks<\/code> item in the submenu will display the currently available Kadence action hooks on that page. <code>Clear<\/code> clears the hooks.<\/p>\n\n<p>Clicking anywhere on a hook copies the hook name to your clipboard.<\/p>\n\n<p>The hook name is also shown as the tooltip when hovering on a hook.<\/p>\n\n<p><strong>Kadence theme required.<\/strong><\/p>\n\n<h3>Automatic Installation<\/h3>\n\n<p>Search for <code>visual hook guide kadence<\/code> from within your WordPress plugins' Add New page and install.<\/p>\n\n<h3>Manual Installation<\/h3>\n\n<ol>\n<li>Click on the <code>Download<\/code> button to download the plugin.<\/li>\n<li>Upload the entire <code>kadence-visual-hook-guide<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in WordPress.<\/li>\n<\/ol>\n\n<h3>Credits<\/h3>\n\n<p>This plugin is based on my <a href=\"https:\/\/github.com\/srikat\/Genesis-Simple-Hook-Guide\">Genesis Simple Hook Guide<\/a> which was made possible thanks to<\/p>\n\n<ul>\n<li><a href=\"https:\/\/github.com\/GaryJones\/\">Gary Jones<\/a> for <a href=\"http:\/\/d.pr\/i\/qSKK\">the idea<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/salcode\">Sal Ferrarello<\/a> for <a href=\"http:\/\/d.pr\/i\/h2DA\">the code<\/a><\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id='my%20fixed%20header%20appears%20to%20be%20offset%20from%20the%20top%20when%20scrolling%20down%20with%20the%20hooks%20showing'><h3>My fixed header appears to be offset from the top when scrolling down with the hooks showing<\/h3><\/dt>\n<dd><p>Use your browser DevTools, locate the the div having a class of <code>item-is-fixed<\/code> (this is usually div.site-main-header-wrap) and uncheck <code>position: fixed<\/code> temporarily.<\/p><\/dd>\n<dt id='is%20it%20possible%20to%20view%20the%20hooks%20when%20the%20wp%20admin%20bar%20is%20not%20visible%3F'><h3>Is it possible to view the hooks when the WP admin bar is not visible?<\/h3><\/dt>\n<dd><p>Yes. Add <code>?kvhg_hooks=show<\/code> at the end of your page URL.<\/p><\/dd>\n<dt id='is%20this%20an%20official%20plugin%20by%20kadence%20wp%3F'><h3>Is this an official plugin by Kadence WP?<\/h3><\/dt>\n<dd><p>No. This is a third party plugin created by a community member.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<p>Added copy to clipboard function.<\/p>\n\n<h4>1.0<\/h4>\n\n<p>Initial Release.<\/p>","raw_excerpt":"Find Kadence action hooks quickly and easily by seeing their actual locations inside your Kadence theme.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/127596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=127596"}],"author":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/srikat"}],"wp:attachment":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=127596"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=127596"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=127596"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=127596"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=127596"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=127596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}