bbp_admin_repair_tool_run_url( string $component = array() )

Output the URL to run a specific repair tool


Description Description


Parameters Parameters

$component

(Optional)

Default value: array()


Top ↑

Source Source

File: includes/admin/tools/common.php

function bbp_admin_repair_tool_run_url( $component = array() ) {
	echo esc_url( bbp_get_admin_repair_tool_run_url( $component ) );
}

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.