• The plugin works but I have a warning showing up in debug.log:

    [03-Jul-2024 04:05:30 UTC] PHP Deprecated: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /zzz/public_html/wp-content/plugins/urvanov-syntax-highlighter/class-urvanov-syntax-highlighter-langs.php on line 86

    I modified the code as follows and it seems OK:

    if ( '' != $path) {
    extract(pathinfo($path));
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.