Skip to content

Commit

Permalink
load feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewrfoster committed Oct 23, 2024
1 parent fae3c85 commit 335bae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/alley/wp/alleyvate/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ function load(): void {
'disable_trackbacks',
new Features\Disable_Trackbacks(),
),
new Feature(
'disable_xmlrpc',
new Features\Disable_XMLRPC(),
),
new Feature(
'disallow_file_edit',
new Features\Disallow_File_Edit(),
Expand Down

0 comments on commit 335bae1

Please sign in to comment.