File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function __construct() {
18
18
global $ hcpp ;
19
19
$ hcpp ->ghost = $ this ;
20
20
$ hcpp ->add_action ( 'hcpp_invoke_plugin ' , [ $ this , 'setup ' ] );
21
- $ hcpp ->add_action ( 'render_page ' , [ $ this , 'render_page ' ] );
21
+ $ hcpp ->add_action ( 'hcpp_render_page ' , [ $ this , 'hcpp_render_page ' ] );
22
22
}
23
23
24
24
// Setup Ghost with the given user options
@@ -136,7 +136,7 @@ public function is_url_available( $url ) {
136
136
}
137
137
138
138
// Customize the install page
139
- public function render_page ( $ args ) {
139
+ public function hcpp_render_page ( $ args ) {
140
140
global $ hcpp ;
141
141
if ( $ args ['page ' ] !== 'setup_webapp ' ) return $ args ;
142
142
if ( strpos ( $ _SERVER ['REQUEST_URI ' ], '?app=Ghost ' ) === false ) return $ args ;
You can’t perform that action at this time.
0 commit comments