Skip to content

Instantly share code, notes, and snippets.

@zzfortezz
Last active November 9, 2018 08:21
Show Gist options
  • Save zzfortezz/63786976101e419545d3ce84be4b6d19 to your computer and use it in GitHub Desktop.
Save zzfortezz/63786976101e419545d3ce84be4b6d19 to your computer and use it in GitHub Desktop.
<?php
/**
* Retrieve the widget title.
*
* @since 1.0.0
*
* @access public
*
* @return string Widget title.
*/
public function get_title() {
return __( 'Addon Hello', 'addon_elementor' );
}
/**
* Retrieve the widget icon.
*
* @since 1.0.0
*
* @access public
*
* @return string Widget icon.
*/
public function get_icon() {
return 'eicon-insert-image';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment