Plugin Directory

Changeset 1840721


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

still markdown problems - double derp di derp

File:
1 edited

Legend:

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

    r1840707 r1840721  
    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.
     17A Plugin tool for development with the [Beans](https://www.getbeans.io/) Framework.
     18
     19When enabled, alongside Beans Development Mode, this plugin displays all possible Markup Action Hooks made available by the Beans HTML API.
     20
     21Beans is an innovative, flexible, and incredibly powerful theme framework for WordPress that manages to remain both lightweight and unbelievably fast.
    1822
    1923Beans 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.
    2024
    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.
     25Once '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.
    2226
    2327Any markup added using Beans also adds several [dynamic action hooks](https://www.getbeans.io/documentation/markup-and-attributes/) both before and after it:
    2428
    25 ```
     29`
    2630{$markup_id}_before_markup, fires before the opening markup
    2731{$markup_id}_prepend_markup, fires after the opening markup
    2832{$markup_id}_append_markup, fires before the closing markup
    2933{$markup_id}_after_markup, fires after the closing markup.
    30 ```
     34`
    3135
    3236( _prepend_markup and _append_markup are not available for self-closed markup )
Note: See TracChangeset for help on using the changeset viewer.