• Resolved snoopy_virtual

    (@snoopy_virtual)


    Hi

    I downloaded yesterday your Affiliates plugin v2.7.3 (the free one) and before I decided if I was going to use it or not I have been reading the code inside it (as I do with everything I install in my sites).

    First of all, congratulations for your plugin. As I said, I haven’t tried it yet, but the code is really beautiful and just reading it I can say it must work very well.

    Anyway, reading the code I found in the file wp-init.php line 802 this:

    require_once( 'class-affiliates-service.php' );

    Shouldn’t it be this instead?:

    require_once( AFFILIATES_CORE_LIB . '/class-affiliates-service.php' );

    https://ww.wp.xz.cn/plugins/affiliates/

Viewing 1 replies (of 1 total)
  • Plugin Author itthinx

    (@itthinx)

    Hi, thank you for your kind comment on the code 🙂 Regarding the line you mention, it’s ok as it is there but if you need to include the file in a customization, you would have to include it as you propose.

Viewing 1 replies (of 1 total)

The topic ‘Possible bug maybe?’ is closed to new replies.