Skip to content

Commit

Permalink
feat: add media partners module (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek authored Dec 19, 2023
1 parent 0c9c373 commit 70f7dcb
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/class-newspack.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private function includes() {
include_once NEWSPACK_ABSPATH . 'includes/authors/class-authors-custom-fields.php';

include_once NEWSPACK_ABSPATH . 'includes/optional-modules/class-rss.php';
include_once NEWSPACK_ABSPATH . 'includes/optional-modules/class-media-partners.php';

include_once NEWSPACK_ABSPATH . 'includes/starter_content/class-starter-content-provider.php';
include_once NEWSPACK_ABSPATH . 'includes/starter_content/class-starter-content-generated.php';
Expand Down Expand Up @@ -375,7 +376,6 @@ public static function load_common_assets() {
[],
NEWSPACK_PLUGIN_VERSION
);

}
}
Newspack::instance();
Loading

0 comments on commit 70f7dcb

Please sign in to comment.