GravityView_Sharing_Service
Source: includes/class-sharing-service.php:3
Details
- Kind:
class - Namespace:
(global)
Properties
| Property | Type | Description |
|---|---|---|
$_service_name | string | The name of the plugin or sharing service to be used |
$_plugin_path | string | The plugin path ({folder-name/file-name.php}) used to register the plugin |
$_instance | GravityView_Sharing_Service | |
$context | \GV\Template_Context | null |
Methods
| Method | Description |
|---|---|
is_plugin_installed() | Check whether the sharing service plugin is installed and activated |
is_plugin_active() | Is the current shared plugin active? |
Method Reference
is_plugin_installed()
function is_plugin_installed()
Check whether the sharing service plugin is installed and activated
Source: includes/class-sharing-service.php:100
is_plugin_active()
function is_plugin_active()
Is the current shared plugin active?
Source: includes/class-sharing-service.php:112