This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BSF_Analytics::optin( string $source )
Opt in to usage tracking.
Description
Parameters
- $source
-
(string) (Required) source of analytics.
Source
File: admin/bsf-analytics/class-bsf-analytics.php
private function optin( $source ) { update_site_option( $source . '_analytics_optin', 'yes' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |