Options Pages
Register global settings screens in wp-admin and attach field groups for site-wide options.
Where to find it
SiteNivo → Options Pages
How to use
Add an options page
Set Title, Menu Slug (a-z, 0-9, hyphens; locked after save), Menu Label, Page Title.
Capability
Choose who can edit: manage_options, edit_posts, publish_posts, or read.
Attach fields
Create a Field Group with location rule Options Page == your slug.
Save values
Open the options screen, fill fields, save.
Read in PHP
sn_get_field( 'field_key', 'option' ); (alias 'options' also works).
Site-wide content
Use options pages for phone numbers, social URLs, default CTAs, and other globals — not for per-post data.