Do you track websites? - by norfauji - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp

  • Avatar: norfauji
    norfauji
    Participant
    November 25, 2014 at 17:36

    Do you track all the website who install this theme?

    I found this in the functions.php:

    add_action( 'after_setup_theme', 'et_promo_remove', 11 );
    if(!function_exists('et_promo_remove')) {
        function et_promo_remove() {        
            if(!get_option('et_domain_tracked')) {
                $panel_url = 'https://www.8theme.com/panel/add_domain.php';
                $url = urlencode(get_bloginfo('url'));
                $theme = wp_get_theme();
                $theme_name = $theme->get( 'Name' );
                $request = $panel_url.'?domain='.$url.'&theme='.$theme_name;
                file_get_contents($request);
                update_option('et_domain_tracked', 'yes');
            }
    2 Answers
    Avatar: norfauji
    norfauji
    Participant
    November 26, 2014 at 13:19

    missing reply.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 27, 2014 at 12:54

    Hello,

    Yes, we are using such an option in our functions.php file. We think this is quite a normal thing for themes developers and there is nothing for our customers to worry about. You may remove that if needed.

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Do you track websites?’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.