Setting Redux Values on Plugin Activation

Because of how/when Redux must run to work both embedded in themes and within plugins, a little massaging must occur if you want to set Redux values on plugin activation. In short, if you’re not using the save_defaults argument you will have to manually set the values in the database. So the typical set_option and […]

Read More