You are here

function hook_social_content_info_alter in Social Content 7

Alter social content types.

Parameters

object $social_content_types: An array of social content types.

1 invocation of hook_social_content_info_alter()
social_content_get_types in ./social_content.module
Gets all social content types.

File

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

Code

function hook_social_content_info_alter(&$social_content_types) {
}