• Hi I’m getting warnings like this in the error log: [21-Jul-2023 13:55:33 UTC] PHP Warning: Undefined variable $excludetagoverride in /home/ … /public_html/wp-content/plugins/link-library/link-library.php on line 1401

    Looking in the file it looks like maybe

    line 1400: if ( !empty( $excludecategoryoverride ) ) {
    should be if ( !empty( $excludetagoverride ) ) {

    • is this right? Thanks.
Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Yes, this is right. There is also another mistake in that block of code. Both will be corrected in 7.5.6. Thanks for reporting the issue and please consider donating to support this plugin’s development.

Viewing 1 replies (of 1 total)
  • The topic ‘Typo in link-library.php line 1400?’ is closed to new replies.