bbp_get_admin_repair_tool_page()

Return the current admin repair tool page


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/admin/tools/common.php

function bbp_get_admin_repair_tool_page() {
	return sanitize_key( $_GET['page'] );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.