Plugin Directory

Changeset 1745978


Ignore:
Timestamp:
10/13/2017 11:08:38 AM (8 years ago)
Author:
nickvdberg
Message:

Fix checkout icon path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-ea/tags/1.0.2/earnbox-for-woocommerce.php

    r1745573 r1745978  
    205205        public function __construct() {
    206206            $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';
    208208            $this->has_fields         = true;
    209209            $this->title                            = 'EarnBox';
Note: See TracChangeset for help on using the changeset viewer.