Please change code to get rid of notification message
-
Hi
Notice: Trying to get property of non-object in /home/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 674
please change line 674 in simple-share-buttons-adder.php
to in order to get rid of notification message in admin area.
if (isset($post->post_content) && preg_match_all( '/'. $pattern .'/s', $post->post_content, $matches ) && array_key_exists( 2, $matches ) && in_array('ssba_hide', $matches[2]) && $booShortCode == FALSE) { // exit the function returning the content without the buttons return $content; }
Thank you !
https://www.ads-software.com/plugins/simple-share-buttons-adder/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Please change code to get rid of notification message’ is closed to new replies.