Changeset 1840721
- Timestamp:
- 03/15/2018 01:45:13 PM (8 years ago)
- File:
-
- 1 edited
-
beans-visual-hook-guide/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
beans-visual-hook-guide/trunk/readme.txt
r1840707 r1840721 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 A Plugin tool for development with the [Beans](https://www.getbeans.io/) Framework. 18 19 When enabled, alongside Beans Development Mode, this plugin displays all possible Markup Action Hooks made available by the Beans HTML API. 20 21 Beans is an innovative, flexible, and incredibly powerful theme framework for WordPress that manages to remain both lightweight and unbelievably fast. 18 22 19 23 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 24 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.25 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 APIs] (https://www.getbeans.io/code-reference/api/) to rapidly develop beautiful themes. 22 26 23 27 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 28 25 ` ``29 ` 26 30 {$markup_id}_before_markup, fires before the opening markup 27 31 {$markup_id}_prepend_markup, fires after the opening markup 28 32 {$markup_id}_append_markup, fires before the closing markup 29 33 {$markup_id}_after_markup, fires after the closing markup. 30 ` ``34 ` 31 35 32 36 ( _prepend_markup and _append_markup are not available for self-closed markup )
Note: See TracChangeset
for help on using the changeset viewer.