Skip to main content

GravityView_Sharing_Service

Source: includes/class-sharing-service.php:3

Details

  • Kind: class
  • Namespace: (global)

Properties

PropertyTypeDescription
$_service_namestringThe name of the plugin or sharing service to be used
$_plugin_pathstringThe plugin path ({folder-name/file-name.php}) used to register the plugin
$_instanceGravityView_Sharing_Service
$context\GV\Template_Context | null

Methods

MethodDescription
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