Base
Base class for shortcodes.
Description #
Source #
File: includes/course-grid/includes/shortcodes/class-base.php
Changelog #
| Version | Description |
|---|---|
| 4.21.4 | Introduced. |
Methods #
- __construct — Constructor.
- get_default_atts — Get default shortcode attributes.
- process_attributes_as_html_attributes — Process attributes as HTML data attributes.
- register — Register shortcode.
- render — Render shortcode.
- validate_atts_type — Validate attributes type.