Plugin Directory

Changeset 1840707


Ignore:
Timestamp:
03/15/2018 01:32:49 PM (8 years ago)
Author:
Deftly
Message:

forgot to add the assets directory before - derp di derp

Location:
beans-visual-hook-guide
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • beans-visual-hook-guide/trunk/readme.txt

    r1840700 r1840707  
    1515
    1616== Description ==
    17 *[Beans](https://www.getbeans.io/)* is an innovative, flexible, and incredibly powerful theme framework for WordPress that manages to remain both lightweight and unbelievably fast.
     17[Beans](https://www.getbeans.io/) is an innovative, flexible, and incredibly powerful theme framework for WordPress that manages to remain both lightweight and unbelievably fast.
    1818
    1919Beans is a dream to develop with, as all markup and attributes added using Beans are registered using a unique Markup ID which can be exposed by enabling the Beans Development Mode in settings.
    2020
    21 Once \'Development Mode\' is enabled, the Markup ID’s are output in a data-markup-id tag in the front-end. The values of these data-markup-id tags can be used by the various [Beans API\'s] (https://www.getbeans.io/code-reference/api/) to rapidly develop beautiful themes.
     21Once 'Development Mode' is enabled, the Markup ID’s are output in a data-markup-id tag in the front-end. The values of these data-markup-id tags can be used by the various [Beans API's] (https://www.getbeans.io/code-reference/api/) to rapidly develop beautiful themes.
    2222
    23 Any markup added using Beans also adds several [dynamic action hooks](https://www.getbeans.io/documentation/markup-and-attributes/) both before and after it.
     23Any markup added using Beans also adds several [dynamic action hooks](https://www.getbeans.io/documentation/markup-and-attributes/) both before and after it:
    2424
    25 ```php
     25```
    2626{$markup_id}_before_markup, fires before the opening markup
    2727{$markup_id}_prepend_markup, fires after the opening markup
     
    4040== Installation ==
    41411. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
    42 2. Activate the plugin through the \'Plugins\' screen in WordPress
     422. Activate the plugin through the 'Plugins' screen in WordPress
    4343
    4444== Frequently Asked Questions ==
    4545= I installed the plugin, now what? =
    4646
    47 The Beans Visual Hook Guide doesn\'t have any settings as such. It adds an extra menu item to the WordPress Toolbar.
     47The Beans Visual Hook Guide doesn't have any settings as such. It adds an extra menu item to the WordPress Toolbar.
    4848
    49 If you haven\'t enabled Beans Development Mode this menu item will link to the Beans setting page so that you may enable it.
     49If you haven't enabled Beans Development Mode this menu item will link to the Beans setting page so that you may enable it.
    5050
    51 Once Beans Development Mode has been enabled, you will be presented with an \'Enable Beans Visual Hook Guide\' menu item, click on this and the plugin will do its thing. You will now have a drop-down menu available, from this menu you can:
     51Once Beans Development Mode has been enabled, you will be presented with an 'Enable Beans Visual Hook Guide' menu item, click on this and the plugin will do its thing. You will now have a drop-down menu available, from this menu you can:
    5252
    5353*Display Action Hooks on a hook by hook basis
     
    7676?bvhg_enable=show
    7777
    78 To display the \'beans_content\' hook add this to end of your url:
     78To display the 'beans_content' hook add this to end of your url:
    7979
    8080&beans_content=show
Note: See TracChangeset for help on using the changeset viewer.