PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.3.2
Adminify – White Label, Admin Menu Editor, Login Customizer v4.3.2
4.3.2 4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 All 165 releases
← All changes | Inc/Classes/Wizard/Setup_Wizard.php +4 -0 4.2.134.3.2 View file →
@@ -31,8 +31,12 @@
31 31 esc_html__( 'Setup Wizard by Adminify', 'adminify' ),
32 32 esc_html__( 'Setup Wizard', 'adminify' ),
33 33 apply_filters( 'pxlbsadminify_capability', 'manage_options' ),
34 34 'wp-adminify-setup-wizard',
35 + // The wizard renders (and exits) from setup_wizard() on admin_init, so this
36 + // callback never runs. It must still be a callable: WP only links the submenu
37 + // to admin.php?page=<slug> when get_plugin_page_hook() finds a registered action.
38 + '__return_null',
35 39 $submenu_position
36 40 );
37 41
38 42 add_dashboard_page('', '', 'manage_options', 'wp-adminify-setup-wizard', '');