diff --git a/includes/class-admin.php b/includes/class-admin.php index 4bc7b9c..fe44ed4 100644 --- a/includes/class-admin.php +++ b/includes/class-admin.php @@ -144,15 +144,6 @@ class Admin { 'default' => array( 'post', 'pages' ), ) ); - // \register_setting( - // 'activitypub', - // 'activitypub_use_secure_mode', - // array( - // 'type' => 'boolean', - // 'description' => \__( 'Secure mode allows blocking servers from fetching public activities', 'activitypub' ), - // 'default' => 0, - // ) - // ); } public static function schedule_migration() { diff --git a/templates/settings.php b/templates/settings.php index 1966c4f..2bfaed4 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -171,21 +171,6 @@ - -