Trying to get property of non-object in wp-ulike.php
-
Hello,
I have a problem with your plugin.
I am trying to get it to work with the Author’s page instead of posts and pages.I’ve added the shortcode to author.php
<?php if(function_exists('wp_ulike')) wp_ulike('get'); ?>
I have 3 profiles on the site at the moment, 2 of them are displaying the button just fine. One of them displays this error
Notice: Trying to get property of non-object in C:\xampp\htdocs\briefat2\wp-content\plugins\wp-ulike\inc\wp-ulike.php on line 15
This is line 15 of inc\wp-ulike.php
$post_ID = $post->ID;
Not sure what to do in this case.
- The topic ‘Trying to get property of non-object in wp-ulike.php’ is closed to new replies.