• Error in your code:

    Notice: Use of undefined constant KCVT_URL – assumed ‘KCVT_URL’ in *****/wp-content/plugins/gc-testimonials/testimonials.php on line 946

    The code is:

    register_activation_hook(KCVT_URL.'/testimonials.php', 'gct_testimonials_register_settings');

    I assume you wanted to to be:

    register_activation_hook(GCT_URL.'/testimonials.php', 'gct_testimonials_register_settings');

    http://wordpress.org/plugins/gc-testimonials/

  • The topic ‘Error in your PHP code’ is closed to new replies.