All Projects → srikat → Genesis Simple Hook Guide

srikat / Genesis Simple Hook Guide

Licence: gpl-2.0
WordPress plugin that displays names of all Genesis hooks on the current page dynamically.

Projects that are alternatives of or similar to Genesis Simple Hook Guide

Hyperdrive
This repository has moved to:
Stars: ✭ 120 (+380%)
Mutual labels:  wordpress, plugin
Health Check
Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
Stars: ✭ 139 (+456%)
Mutual labels:  wordpress, plugin
Sportspress
An open source league statistics plugin for WordPress created by ThemeBoy.
Stars: ✭ 124 (+396%)
Mutual labels:  wordpress, plugin
33 Live2d Wp
🍟 The live2d poster girl plugin of 33 for WordPress.
Stars: ✭ 99 (+296%)
Mutual labels:  wordpress, plugin
W3 Total Cache Fixed
A community driven build of W3 Total Cache. The aim is to continuously incorporate fixes, improvements, and enhancements over the official WordPress release of W3 Total Cache.
Stars: ✭ 245 (+880%)
Mutual labels:  wordpress, plugin
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+5396%)
Mutual labels:  wordpress, plugin
Graphql Api For Wp
[READ ONLY] GraphQL API for WordPress
Stars: ✭ 136 (+444%)
Mutual labels:  wordpress, plugin
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (+260%)
Mutual labels:  wordpress, plugin
Podlove Publisher
Podlove Podcast Publisher for WordPress
Stars: ✭ 241 (+864%)
Mutual labels:  wordpress, plugin
Network Media Library
Network Media Library plugin for WordPress Multisite
Stars: ✭ 203 (+712%)
Mutual labels:  wordpress, plugin
Debug Objects
WordPress Plugin for debugging and learning with and at the application.
Stars: ✭ 98 (+292%)
Mutual labels:  wordpress, hooks
Custom Field Suite
Custom fields UI for WordPress
Stars: ✭ 312 (+1148%)
Mutual labels:  wordpress, plugin
Dark Mode
Dark Mode for the WordPress dashboard.
Stars: ✭ 98 (+292%)
Mutual labels:  wordpress, plugin
Activity Log
Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
Stars: ✭ 119 (+376%)
Mutual labels:  wordpress, plugin
Wordpress Seo
Yoast SEO for WordPress
Stars: ✭ 1,301 (+5104%)
Mutual labels:  wordpress, plugin
Voicewp
Create Alexa Skills through WordPress
Stars: ✭ 132 (+428%)
Mutual labels:  wordpress, plugin
Comet Cache
An advanced WordPress® caching plugin inspired by simplicity.
Stars: ✭ 78 (+212%)
Mutual labels:  wordpress, plugin
Jetpack
Security, performance, marketing, and design tools — Jetpack is made by the WordPress experts to make WP sites safer and faster, and help you grow your traffic.
Stars: ✭ 1,283 (+5032%)
Mutual labels:  wordpress, plugin
Live Composer Page Builder
Free page builder plugin for WordPress http://livecomposerplugin.com
Stars: ✭ 143 (+472%)
Mutual labels:  wordpress, plugin
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+1116%)
Mutual labels:  wordpress, plugin

Genesis Simple Hook Guide

Find Genesis action hooks quick and easily by seeing their actual locations inside your theme.

Description

This is a simplified version of Genesis Visual Hook Guide plugin by Christopher Cochran with the following changes:

  • Hooks are dynamically generated vs being hardcoded
  • Clicking anywhere on a hook selects the hook name ready to be easily copied
  • Does not show filters and markup

Once installed, this plugin adds a dropdown menu to the admin bar to see the available hooks on the page being viewed in the front end.

Genesis Simple Hook Guide Hooks Live Demo

Credits:

Genesis Theme Framework required.

Installation

  1. Click on Clone or download button, then Download ZIP.
  2. Extract the zip file and upload the entire genesis-simple-hook-guide folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

Frequently Asked Questions

Since the site header is fixed in Genesis Sample 2.6.0, when hooks are shown, the header is hanging in the middle of the page.

You have 2 options.

a) Add top: 0 to .site-header in CSS. This will cover some hooks above the header.

b) In the 960px min-width media query, comment out the code that makes the site header fixed temporarily.

I have my admin bar disabled, can I still view the hooks without it?

Sure! The views are triggered by a query string. Simply add ?gshg_hooks=show to the end of the URL.

Screenshots

"Action Hooks" under "Genesis Hooks" admin bar menu item

"Action Hooks" under "Genesis Hooks" admin bar menu item

Sample screenshot showing Genesis hooks on the Posts page in Genesis Sample 2.6.0 child theme

Sample screenshot showing Genesis hooks on the Posts page in Genesis sample child theme

"Clear" menu item under "Genesis Hooks"

"Clear" menu item under "Genesis Hooks"

Changelog

0.0.1

  • Initial Release

0.0.2

  • Changed plugin file name to genesis-simple-hook-guide.php
  • Added Text Domain: genesis-simple-hook-guide
  • esc_url add_query_arg() and remove_query_arg()
  • Added a check for Genesis so the admin bar links get added only when Genesis is active
  • Changed g_hooks to gshg_hooks

0.0.3

  • Replaced onclick with event listener

0.0.4

  • Updated style.css for Genesis Sample 2.6.0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].