Jason Judge

Results 173 comments of Jason Judge

Bugger. Too many git issues windows open. One comment deleted - the other one for you :-) Basically you can return to any page you like (SSL or not) by...

@delatbabel Quick question: does the receipt method also go along with the receipt URL? It seems that if we have the URL, then we should probably also need to be...

This is an issue deeper in WC, I believe. The same thing happens when setting up products from CSV using any of the CSV importer plugins for WC. This is...

WordPress has its own REST API for handling WordPress stuff such as this. Have you looked at that?

Had this problem with a WP theme that happened to use this package. It took ages to trace it down. There are three URLs in the library that have a...

OMG - this thing uses regex to parse XML!?! I was searching for why my `cloneBlock()` suddenly stopped working after adding some formatting inside the block, and came across this...

That doesn't sound right. A single query should be enough to fetch an entire tree or subtree.

I would suggest, if the colulmn is not visible, then don't even attempt to look at the title.

Thanks, I'll try the column builder. This is a *really* old project that started on Laravel 5.x and has upgraded all the way to 9, with DataTables, so there is...

I know little about the architecture of this application is at this stage, so have no idea if storage is a simple layer that can be switched in and out...