Widget_Icon_Box::get_title()
Get widget title.
Description
Retrieve icon box widget title.
Return
(string) Widget title.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/icon-box.php
public function get_title() { return __( 'Icon Box', 'elementor' ); }