Tips on how to to debug your WordPress code

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 3

  • @ratias0
    @ratias0 Год назад +1

    Thank you, guys. Although I'd rather follow the Xdebug approach, I find it useful to know how other people debug their code. There is an opportunity to learn a new trick.

    • @viewsourcefm
      @viewsourcefm  Год назад +1

      For sure. There's a lot of way so to debug and different situations will also sometimes call for different techniques. var_dump() is just a classic. :) - Aurooba

    • @viewsourcefm
      @viewsourcefm  Год назад +2

      XDebug is great and probably requires its own full episode! - Brian