eewee-dd
The Eewee responsive design eewee dd shortcode.
Usage
- // basic usage
- echo do_shortcode('[eewee-dd]');
- // variable usage
- $result = do_shortcode('[eewee-dd]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /inc/controllers/ShortcodeController.php
- add_shortcode('eewee-img', array($this, 'eewee_shortcode_img'));
- add_shortcode('eewee-color', array($this, 'eewee_shortcode_color'));
- add_shortcode('eewee-bq', array($this, 'eewee_shortcode_blockquote'));
- add_shortcode('eewee-dl', array($this, 'eewee_shortcode_description_dl'));
- add_shortcode('eewee-dt', array($this, 'eewee_shortcode_description_dt'));
- add_shortcode('eewee-dd', array($this, 'eewee_shortcode_description_dd'));
- add_shortcode('eewee-col', array($this, 'eewee_shortcode_col'));
- add_shortcode('eewee-post', array($this, 'eewee_shortcode_post'));
- add_shortcode('eewee-carousel', array($this, 'eewee_shortcode_carousel'));
- }