Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webtechideas

    (@webtechideas)

    If your site is live, then you should have NOTICE messages disabled. Please use the following inside you theme file.

    error_reporting(E_ALL ^ E_NOTICE);

    For +/- buttons, there is setting available to show or hide them. Please try using that and let me know if this helped or not.

    The problem is not resolved actually and still exists in the place pointed by topic starter. It presents here:

    if($wti_has_voted > 0) {
    		$wti_voted_message = get_option('wti_like_post_voted_message');
         }
    
         return $wti_voted_message;

    And it clearly stays here that GetWtiVotedMessage returns undefined variable.

    Plugin Author webtechideas

    (@webtechideas)

    Ok. The same thing is discussed on another thread as well. Please check here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined Variable: WTI_VOTED_MESSAGE’ is closed to new replies.