Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Genesis Visual Hook Guide

Περιγραφή

Once a tool for myself the Genesis Visual Hook guide has slowly evolved into what it is today. I finally welcome the plugin version of the popular Visual Genesis Hooks and Filters Guide from Genesis Tutorials.

Once installed this plugin adds a drop down menu to the admin bar to select between three views (Hook, Filter, and Markup). Select an option or all three to see the hooks in their actual locations on your current theme.

Great companion to Genesis Simple Hooks.

Genesis Theme Framework required.

Στιγμιότυπα

  • Plugin in action on the default Sample Child Theme.
  • Hooks in Document Head.

Εγκατάσταση

  1. Upload the entire genesis-visual-hook-guide folder to the /wp-content/plugins/ directory
  2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress

Συχνές Ερωτήσεις

Installation Instructions
  1. Upload the entire genesis-visual-hook-guide folder to the /wp-content/plugins/ directory
  2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
I have my admin bar disable, can I still view the hooks without it?

Sure! The views are triggered by a query string. Simply add ?gvhg_markup=show ?gvhg_hooks=show or ?gvhg_filters=show to the end the url.

Κριτικές

23 Αυγούστου 2022
After all these years, it's still a very useful plugin for development with Genesis. Does one thing and does it flawless in current 6.0.1.
13 Ιουλίου 2018
Used to be great for editing and styling your web. But it does not work with the last version of Wordpress.
3 Σεπτεμβρίου 2016
I've used this for a long time when working with Genesis themes. But nothhing beats seeing it outlined in the theme you are working on! This is now a standard install for all my development setups whenever I'm using Genesis. It's really helpful. 🙂
Ανάγνωση όλων των 30 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Genesis Visual Hook Guide” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.0

  • Added: Activated notice.
  • Added: Automating the locating of hooks (props salcode)
  • Changed: Main file name updated to match plugin slug. Due to this, plugin will need to be reactivated.
  • Changed: Query strings to display hooks, filters, and markup are now gvhg_hooks, gvhg_filters and gvhg_markup.
  • Changed: Action hooks no longer have descriptions. This will be re-added in a later release.
  • Fixed: Escapes output of add_query_arg
  • Fixed: Filter hooks genesis_seo_title and genesis_seo_description names were displayed wrong.

0.9.5

  • Added: Clear menu item to disable all active displayed views. (Props salcode)
  • Fixed: Don’t add actions onto genesis’ hooks unless displaying. (Props jb510)
  • Fixed: The textual value echod from gvhg_ping_author_says_text function was incorrect.
  • Updated: Simplified filter hook callbacks. (Props garyj)

0.9.0

  • Added: New Hooks from Genesis 2.0 (HTML5):
    genesis_before_entry,
    genesis_entry_header,
    genesis_before_entry_content,
    genesis_entry_content,
    genesis_after_entry_content,
    genesis_entry_footer,
    genesis_after_entry,
    genesis_before_post,
  • Added: New markup containers and classes for Genesis 2.0 (HTML5):
  • Fixed: Added filter for genesis_footer_creds_text.