jpumfrey

Results 4 comments of jpumfrey

Came across this issue recently flooding my debug log when editing posts across our sites using this plugin. As a temporary solution, I have updated the yoast-acf-analysis.js refresh function to...

This helps to resolve the issue: ``` public function file_is_gzipped( $file ) { $is_gzipped = false; if ( ! $this->filesystem->is_file( $file ) ) { return $is_gzipped; } $mime = wp_check_filetype(...

@equivalent @jasondill I've spent dozens and dozens of hours over the past few years trying to get the built-in Apple SPI keyboard and trackpad working on the MacBook 8,1 across...

@tinybluedev If this actually works, I won't know whether to celebrate or cry after wasting so much of my life on this issue over the last few years. I've spent...