We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0b92a commit c739ad2Copy full SHA for c739ad2
classes/Visualizer/Module/Chart.php
@@ -1063,7 +1063,7 @@ public function cloneChart() {
1063
'type' => filter_input( INPUT_GET, 'type' ),
1064
'vaction' => false,
1065
),
1066
- admin_url( 'upload.php' )
+ admin_url( 'admin.php' )
1067
);
1068
}
1069
classes/Visualizer/Module/Setup.php
@@ -155,7 +155,7 @@ public function onActivation( $plugin ) {
155
156
157
if ( $plugin === VISUALIZER_BASENAME ) {
158
- wp_redirect( admin_url( 'upload.php?page=' . Visualizer_Plugin::NAME ) );
+ wp_redirect( admin_url( 'admin.php?page=' . Visualizer_Plugin::NAME ) );
159
exit();
160
161
0 commit comments