Skip to content

Commit 764d53f

Browse files
authored
Consolidate custom post type and meta registrations into Post_Types class (#2215)
1 parent dbf0d11 commit 764d53f

File tree

8 files changed

+655
-602
lines changed

8 files changed

+655
-602
lines changed

activitypub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function plugin_init() {
8080
\add_action( 'init', array( __NAMESPACE__ . '\Migration', 'init' ), 1 );
8181
\add_action( 'init', array( __NAMESPACE__ . '\Move', 'init' ) );
8282
\add_action( 'init', array( __NAMESPACE__ . '\Options', 'init' ) );
83+
\add_action( 'init', array( __NAMESPACE__ . '\Post_Types', 'init' ) );
8384
\add_action( 'init', array( __NAMESPACE__ . '\Scheduler', 'init' ) );
8485
\add_action( 'init', array( __NAMESPACE__ . '\Search', 'init' ) );
8586
\add_action( 'init', array( __NAMESPACE__ . '\Signature', 'init' ) );

0 commit comments

Comments
 (0)