Glossary
Short definitions for terms you will see across SiteNivo docs and screens.
| Term | Meaning |
|---|---|
| Field Label | Human-readable name shown in the admin UI. |
| Field Name | Machine key used in code (sn_get_field( 'name' )). |
| Field Group | A set of fields with location rules. |
| Location rules | AND/OR conditions that decide where a field group appears. |
| Options page | Global settings screen; read with sn_get_field( 'key', 'option' ). |
| Custom URI | Permalink Manager path for one post (no domain). |
| Native permalink | The URL WordPress would use without Permalink Manager. |
| Serialized data | PHP-stored arrays/objects in the DB — URL Replace updates these carefully. |
| Probe path | Scanner URL ignored by Visitor Tracking when enabled. |