wpmem_ul_profile_rows

Description

Filters the User List profile rows before they are put together as the user profile.

Parameters

$rows
(array) (required) An array of the forms row elements. Each row is keyed as the meta_value and is an array containing the following:

  • div_before – the opening div tag, if any
  • span_before – the opening span tag, if any
  • field -the field content/value
  • span_after – the closing span tag, if any
  • div_after – the closing div tag, if any

Changelog

Introduced in extension version 1.4

Source

wpmem_ul_profile_rows is located in user-profile.php