Derrick Tennant

Results 21 issues of Derrick Tennant

There is some logging currently in place, but we should double check and verify that there is enough data logged on both push and pull. When using an "active" transport...

enhancement
Priority::High

Some sites may have different criteria for what is considered a "modified" post, so we should add a filter to override `Metro_Sitemap::get_last_modified_posts()`, specifically here: https://github.com/Automattic/msm-sitemap/blob/fa4fff265d435b6185f1d1a0dc803b9b5ff52e4e/msm-sitemap.php#L590

enhancement

> Deprecated: `wpmu_new_blog` is *deprecated* since version 5.1.0! Use `wp_insert_site` instead. :)

If the API Key option isn't set, `$tabs` gets set to `NULL` affecting other functions relying on that filter.

You cannot assign a static page to the front page and have it display properly. I'm still new to full site editing, so I could be missing something, but would...

Should this repo be `cache-nav-menus` or `cache-nav-menu` since the PHP file for the plugin is `cache-nav-menu.php` and not `cache-nav-menus.php`?

question

Because of a recent change in WordPress core, [Ticket 33824 I believe](https://core.trac.wordpress.org/ticket/33824), bulk actions are hidden if the rendered list table is empty. Since Bulk User Management's initial table is...

This updates the meta box to refresh the meta table when a Gutenberg post is saved. It does this very simply by just re-requesting the table HTML, rather than getting...

By default Jetpack does not cache responses from Instagram oembeds. Using `add_filter( 'instagram_cache_oembed_api_response_body', '__return_true' );` will cache (~1-2 hours, randomly set) instagram oembeds, saving from having to do a remote...

enhancement

The feed invalidation doesn't need to happen on non-WordPress.com sites, and should be handled by the site's own caching plugin. Fixes issue #3