Missing URLs after Plugin-Update
-
Hello,
after an update of the plugin, all URLs from the buttons are missing.
The reason is probably an wrong IF-Statement in the line 828 of the file acf-button-v5.php?If i change the Code to this, it works again:
// get url - if url exists use it, if not use the page id to get permalink. if ( 'custom' === $value['type'] ) { $url = $value['url']; } else { $type = $value['type']; $url = get_permalink( $value[ $type ] ); //Bug? $url = $value['url']; }
Is this a bug?
- The topic ‘Missing URLs after Plugin-Update’ is closed to new replies.