Skip to content

Commit 65a0485

Browse files
author
Jacob Middag
committed
Add default xmlrpc_init for all WP_Base classes
1 parent dfabd2f commit 65a0485

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/class-tiny-wp-base.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ protected function check_ajax_referer() {
9898
public function init() {
9999
}
100100

101+
public function xmlrpc_init() {
102+
}
103+
101104
public function admin_init() {
102105
}
103106
}

0 commit comments

Comments
 (0)