You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution: move $this->wpsf = new WordPressSettingsFramework( $this->plugin_path . 'settings/settings-general.php', 'prefix_settings_general' ); to add_settings_page function. But Im not sure add_filter($this->wpsf->get_option_group() . '_settings_validate', array(&$this, 'validate_settings')); work.
How to init WPS in 'admin_init' to use get_post_types?
Thanks
The text was updated successfully, but these errors were encountered: