$instance $instance : mixed Public static variable to hold the single instance of the class. Type mixed — Default null
instance() instance() : mixed Method instance() Create a public static instance. Returns mixed — Class instance.
export_settings() export_settings() Import the SEOPRESS plugin settings. Throws \Exception Error message.
is_seopress_pro_version_active() is_seopress_pro_version_active() : boolean Check if Pro Version is active Returns boolean
sanitize_options() sanitize_options(\MainWP\Child\mixed<string|\MainWP\Child\array> $option) : array Sanitize the fields before saving Parameters \MainWP\Child\mixed $option The option to be sanitized. Returns array