Function __global->wrap_remove_ip_ban

Definitions

sources/submit.php

  • Unban the specified IP address.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$ip IP No No required parameter N/A N/A The IP address to unban

Preview

Code (PHP)

/**
 * Unban the specified IP address.
 *
 * @param  IP $ip The IP address to unban
 */

function wrap_remove_ip_ban(string $ip)