PHP notice: trying to get property of non-object
-
Captured this PHP notice, just wondering if there’s an issue
PHP Notice: Trying to get property of non-object in /../wp-content/plugins/cm-header-footer-script-loader/classes/class.cm-handfsl-frontend.php on line 54
The code in particular
$post_meta = get_post_meta( $post->ID, CMHeaderAndFooterSL::$plugin_slug . '_scripts_custom', true );
Thanks.
- The topic ‘PHP notice: trying to get property of non-object’ is closed to new replies.