Function __global->post_fields_relay

Definitions

sources/upgrade.php

  • Get hidden form fields for relaying POST information.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The hidden form fields for relaying POST information
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get hidden form fields for relaying POST information.
 *
 * @return string The hidden form fields for relaying POST information
 */

function post_fields_relay() : string