Shortcodes
ATA Shortcodes class.
Namespace: WebberZone\Snippetz\Frontend
Since: 1.8.0
Source: includes/frontend/class-shortcodes.php line 23
Methods
__construct()
Main constructor.
Line: 28
public function __construct( );
reading_time()
Estimaged reading time shortcode.
Line: 38
public function reading_time( $atts, $content = ... );
| Type | Name | Description |
|---|---|---|
array | $atts | Attributes array. |
string | $content | Shortcode Content. |