• Resolved Jorhel Reyes

    (@jorhelr)


    Error javascript: “poll_vote is not defined”
    My solutión ( have in my footer.php wp_footer(); )
    – Edit “wp-polls.php”
    – Replace this line:
    wp_enqueue_script('wp-polls', plugins_url('wp-polls/polls-js.js'), array(jquery), WP_POLLS_VERSION, true);
    By
    wp_enqueue_script('wp-polls', plugins_url('wp-polls/polls-js.js'), WP_POLLS_VERSION, true);

    • This topic was modified 7 years, 12 months ago by Jorhel Reyes. Reason: Formating code
  • The topic ‘My solution “poll_vote is not defined”’ is closed to new replies.