Skip to content

Instantly share code, notes, and snippets.

@zzfortezz
Last active November 9, 2018 08:22
Show Gist options
  • Save zzfortezz/e814b168809f7c0877e8dceb75b20cba to your computer and use it in GitHub Desktop.
Save zzfortezz/e814b168809f7c0877e8dceb75b20cba to your computer and use it in GitHub Desktop.
<?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