You are here

function socialfeed_theme_suggestions_socialfeed_facebook_post in Social Feed 8

Implements hook_theme_suggestions_HOOK().

File

./socialfeed.module, line 60
Contains socialfeed.module.

Code

function socialfeed_theme_suggestions_socialfeed_facebook_post(array $variables) {
  $suggestions = [
    'socialfeed_facebook_post__' . $variables['post']['status_type'],
  ];
  return $suggestions;
}