1. Home
  2. Docs
  3. Function Reference
  4. Classes
  5. Admin
  6. MVC Admin Settings Helper
  7. get_settings_for_form()

get_settings_for_form()

Get non-hidden rows from a Simpods MVC settings table.

Copy to Clipboard

Parameters

$table

Name of table (without table_prefix)

Return

array

Associate array of row objects keyed by name

Example

Example form showing usage along with render_form_rows()

Copy to Clipboard
Tags