Last active
November 9, 2018 08:22
-
-
Save zzfortezz/e814b168809f7c0877e8dceb75b20cba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Retrieve the widget name. | |
* | |
* @since 1.0.0 | |
* | |
* @access public | |
* | |
* @return string Widget name. | |
*/ | |
public function get_name() { | |
return 'addon-text'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment