'; } // Add the menu where we'll configure the settings. add_action( 'admin_menu', function () { add_submenu_page( 'tools.php', 'Force Refresh', 'Force Refresh', WP_FORCE_REFRESH_CAPABILITY, 'force_refresh', __NAMESPACE__ . '\\force_refresh_main_settings' ); } );