Im using 3.4 and same problems
Notice: Trying to get property of non-object in
lugins\advanced-custom-fields\core\api.php on line 102
Notice: Trying to get property of non-object in
is there a HOOK to get this in:
if ( is_object($post) )
{
$post_id = $post->ID;
}
else
{
return false;
}