Guilherme Fabrin Franco

Results 2 comments of Guilherme Fabrin Franco

https://guifabrin.dev/blog/2019/05/29/integracao-de-projetos-laravel-aos-usuarios-do-wordpress/

Same problem here i solved with ```php $handle = $this->openFile(); while (($line = fgets($handle)) !== false) { $line = trim($line); if (starts_with($line, "") && ends_with($line, "00")){ $line.="00"; } $this->fixed .=...