Dovid Levine

Results 315 comments of Dovid Levine

>One thing to consider is whether or not files being copied (not on the blacklist) have strings replaced. What you're describing is pretty much how I pictured it. Keeping in...

Im super not familiar with Nav Walkers, but I was able to create a widget class really simply. Just opened it with `class Component extends \WP_Widget implements Component_Interface`, and added...

@ataylorme its currently pinned in chrome for easy reference :-P My PHP knowledge comes (sadly) mainly from Wordpress, so tbh getting comfortable with class structures and autoloading is my biggest...

>I'm not sure WP Rig documentation on its own can get you over this hurdle but one of the goals of the project is to help with the transition. Agreed...

Sorry I didn't see this back in December. WPRig's autoload doesn't use composer's autoload in production, so yeah if you're bundling, then the way to do it is to create...

This is a the barebones starting point I usually use as a starting point for ACF: https://gist.github.com/justlevine/405c9d5eceee64f5260c20597df78412 All it really does is create a site-options page, stores acf site options...

@sesemaya are there plans for continued development?

@modius any updates? got a new project coming up and debating whether to wait off...

Where exactly is this 4.1.1 work happening? @djibe what would that entail?

#230 added PHPStan tests. They don't run on PRs to develop, since Github Secrets don't work on forks, but they will run once the merge is approved. WPUnit tests are...