Changeset 1745978
- Timestamp:
- 10/13/2017 11:08:38 AM (8 years ago)
- File:
-
- 1 edited
-
woo-ea/tags/1.0.2/earnbox-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-ea/tags/1.0.2/earnbox-for-woocommerce.php
r1745573 r1745978 205 205 public function __construct() { 206 206 $this->id = 'earnbox'; 207 $this->icon = WP_PLUGIN_URL . '/earnbox-for-woocommerce/assets/icon-128x128.png';207 $this->icon = plugin_dir_url( __FILE__ ).'assets/icon-128x128.png'; 208 208 $this->has_fields = true; 209 209 $this->title = 'EarnBox';
Note: See TracChangeset
for help on using the changeset viewer.