You are here

function hook_social_content_settings_alter in Social Content 7

Same name and namespace in other branches
  1. 7.2 social_content.api.php \hook_social_content_settings_alter()

Alter social content types settings.

Parameters

array $settings: The settings array.

object $social_content_type: The social content type these settings are for.

1 invocation of hook_social_content_settings_alter()
social_content_get_settings in ./social_content.module
Get the settings for a social_content_type.

File

./social_content.api.php, line 79
Hooks provided by Social Content module

Code

function hook_social_content_settings_alter(&$settings, $social_content_type) {
}