Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flynsarmy

    (@flynsarmy)

    Notice: Undefined variable: fb_show_allinoneseo in /var/www/work/qpsmedia/regionblogs/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php on line 80

    Change line 80 from:
    if ($fb_show_allinoneseo==1) {
    to:
    if ( isset($fb_show_allinoneseo) && $fb_show_allinoneseo==1) {

    Notice: Undefined variable: fb_show_platinumseo in /var/www/work/qpsmedia/regionblogs/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php on line 87

    Change line 87 from:
    if ($fb_show_platinumseo==1) {
    to:
    if ( isset($fb_show_platinumseo) && $fb_show_platinumseo==1) {

    Thanks. I’m going to release a new version with this fixed.
    If you find any other similar issues just ring me a bell at @wonderm00n on Twitter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Wonderm00n's Simple Facebook Open Graph Meta Tags] Undefined variable html patch’ is closed to new replies.