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

insert()

Insert a hidden setting row in a Simpods MVC settings table.

Copy to Clipboard

Parameters

$table

Name of table (without table_prefix)

$name

Name of option to insert

$value

Value of option

$user_id

Not used (for user settings only)

Return

This function does not return anything.

Tags