Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
is there any hook where we can add options to PageBuilder settings page in the admin area?
wp-admin/options-general.php?page=siteorigin_panels
so I want another tab in addition to “General, Widget, Layout, Content”.
Is that possible?
any ideas?
Hi Design4life,
Sorry, we must have missed this thread.
Please refer to the settings code for a general idea. Basically, you need to add a filter fir siteorigin_panels_settings_fields and set up your settings. Refer to the settings_fields for an idea of how they’re set up.
Thank you Alex,
this is exactly what I wanted.
I have some trouble accessing the value from the settings page,
if I do
then I get
how can I access the value of the settings?
never mind, the issue is resolved