Skip to content

Commit

Permalink
add the missed subscriber declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 27, 2025
1 parent fdcd414 commit b4016b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inc/Engine/Cache/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ServiceProvider extends AbstractServiceProvider {
'preload_caches_query',
'cache_config',
'taxonomy_subscriber',
'post_subscriber',
];

/**
Expand Down
1 change: 1 addition & 0 deletions inc/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ private function init_common_subscribers() {
'media_fonts_frontend_subscriber',
'media_fonts_admin_subscriber',
'media_fonts_clean_subscriber',
'post_subscriber',
];

$host_type = HostResolver::get_host_service();
Expand Down

0 comments on commit b4016b6

Please sign in to comment.