Site Title and Tagline in Pagelines DMS Options Panel
Ok, So I have found a solution to my problem; Pagelines encodes each key and value pair into a json string, within in its own option called pl_settings in the wp_options table. They also give you access to each of these key->value pairs using the following: $value = pl_setting(‘option_key’) Thus I have taken the approach … Read more