adminLogin_outputPostVars

Description

Used by the adminLogin() function to load $context['post_data'].

Syntax

void adminLogin_outputPostVars (string $k, string $v)



Parameter $k

Expected type: String
Description: The key from $_POST (corresponds to the name of the variable)



Parameter $v

Expected type: String
Description: The value of $_POST[$k]


Notes

  • Remembers POST data when the admin login screen appears so it isn't lost.
  • Returns 'hidden' HTML form fields, containing key-value-pairs.
  • If 'value' is an array, the function is called recursively.
Advertisement: