File tree Expand file tree Collapse file tree 2 files changed +1
-44
lines changed
Expand file tree Collapse file tree 2 files changed +1
-44
lines changed Original file line number Diff line number Diff line change 33 * Plugin Name: ActivityPub
44 * Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55 * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6- * Version: 0.15 .0
6+ * Version: 0.16 .0
77 * Author: Matthias Pfefferle
88 * Author URI: https://notiz.blog/
99 * License: MIT
@@ -84,14 +84,6 @@ function init() {
8484 require_once \dirname ( __FILE__ ) . '/includes/class-health-check.php ' ;
8585 \Activitypub \Health_Check::init ();
8686
87- require_once \dirname ( __FILE__ ) . '/includes/rest/class-server.php ' ;
88- \add_filter (
89- 'wp_rest_server_class ' ,
90- function () {
91- return '\Activitypub\Rest\Server ' ;
92- }
93- );
94-
9587 if ( \WP_DEBUG ) {
9688 require_once \dirname ( __FILE__ ) . '/includes/debug.php ' ;
9789 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments