Changeset 1840707
- Timestamp:
- 03/15/2018 01:32:49 PM (8 years ago)
- Location:
- beans-visual-hook-guide
- Files:
-
- 9 added
- 1 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/icon.svg (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beans-visual-hook-guide/trunk/readme.txt
r1840700 r1840707 15 15 16 16 == 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. 18 18 19 19 Beans 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. 20 20 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.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. 22 22 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 .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: 24 24 25 ``` php25 ``` 26 26 {$markup_id}_before_markup, fires before the opening markup 27 27 {$markup_id}_prepend_markup, fires after the opening markup … … 40 40 == Installation == 41 41 1. 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 WordPress42 2. Activate the plugin through the 'Plugins' screen in WordPress 43 43 44 44 == Frequently Asked Questions == 45 45 = I installed the plugin, now what? = 46 46 47 The Beans Visual Hook Guide doesn \'t have any settings as such. It adds an extra menu item to the WordPress Toolbar.47 The Beans Visual Hook Guide doesn't have any settings as such. It adds an extra menu item to the WordPress Toolbar. 48 48 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.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. 50 50 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: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: 52 52 53 53 *Display Action Hooks on a hook by hook basis … … 76 76 ?bvhg_enable=show 77 77 78 To display the \'beans_content\' hook add this to end of your url:78 To display the 'beans_content' hook add this to end of your url: 79 79 80 80 &beans_content=show
Note: See TracChangeset
for help on using the changeset viewer.