Paul Biron
Paul Biron
> A current workaround for this is installing the plugin: > > * https://wordpress.org/plugins/regenerate-thumbnails/ > > And running the process would trigger the hooks where the additional images would be...
> > Both functions would require their own page > > Of course they need different pages, but you wouldn't need to change the existing ones. Just put the language...
@keesiemeijer thanx for moving this forward! [and you beat me to it: I was just going to ask if the title of this PR was a copy-paste error from your...
I'd also recommend adding something like the following to `\\WP_Parser\Importer::import_file()`: ```php if ( ! apply_filters( 'wp_parser_pre_import_file', true, $file ) ) { $this->logger->info( sprintf( 'Skipping file %1$s', $file['path'] ) ); return;...
I can do a PR, but I think that #208 should be merged first.
Here's the trac ticket to bump PHP to 7.1: https://core.trac.wordpress.org/ticket/51043
that works for me. I'll have to look in more detail later, but it appears that at the time the notification email is sent, we no longer know what the...
> So I believe in this case that the `Auto-updates Disabled` column should just be removed. I'd be **very** much against that...just like I'd be **very** much against core removing...
> An alternative, as It seems to me a bit too much to occupy one extra column, maybe as plugin actions: >  For myself, having the `Enable/Disable` as row...
Thanx for the issue @ronalfy. The proposed new action makes sense (and I suppose we'd also want a similar one for themes, right?). As for the proposed new filter (again,...