Profiles

  • Member Since: October 12th, 2016
  • Find me on:
  • Created a topic, List dropdown option, on the site WordPress.org Forums:
    Can I add a dropdown of mailchimp lists to my CF7 form…

  • Posted a reply to How do I check if the current user has already voted?, on the site WordPress.org Forums:
    I gotcha. Thanks Daniel!

  • Created a topic, How do I check if the current user has already voted?, on the site WordPress.org Forums:
    I want to use a conditional statement in my theme chec…

  • Posted a reply to Check if a post has been rated., on the site WordPress.org Forums:
    Thanks dpowney! I went with that solution in case the plugin gets uninstalled.

  • Posted a reply to Check if a post has been rated., on the site WordPress.org Forums:
    Nevermind, I got it. :) if ( get_post_meta( get_the_ID(), Multi_Rating::RATING_RESULTS_POST_META_KEY, true )['count'] > 0 )…

  • Created a topic, Check if a post has been rated., on the site WordPress.org Forums:
    Is there a way to check if a post has been rated yet? …