Jonathan Stegall

Results 119 comments of Jonathan Stegall

Sure, here's the output of `wp jetpack module list`: ``` +-----------------------+----------+ | slug | status | +-----------------------+----------+ | carousel | Inactive | | comment-likes | Inactive | | comments |...

@rinatkhaziev hm I'm assuming that `search` was activated by downloading a backup of the site's database? I don't really change it from the import. I don't think I have any...

@rinatkhaziev running `wp jetpack module deactivate search` does work for me, yes. That is, I don't see anymore errors in my logs, and the local page loads work as they...

@rinatkhaziev thank you for asking! I've definitely stopped using the pinned Jetpack version without any issue. I've also just run the `wp jetpack module list` and here is the output:...

One thing I learned today is that WordPress Core is moving toward multilanguage support in Gutenberg in Phase 4. Presumably this won't happen for some time, since it doesn't appear...

We'd also want to see if there are similar hooks for users, terms, etc.

I had previously done some basic testing with `wp_after_insert_post` and it did not include any metadata. I'm not sure that this hook would be a solution, unless I was using...

I'm surprised by it. It could be the upgrade to 3.x of Action Scheduler. It does a lot of things. I don't think it should have that kind of result,...

Yeah, that's accurate. That's good to know.