Beispiel #1
0
/**
 * The main social_warfare function used to create the buttons.
 *
 * @since  1.4.0
 * @param  array $array An array of options and information to pass into the buttons function.
 * @return string $content The modified content
 */
function social_warfare($array = array())
{
    $array['devs'] = true;
    $content = social_warfare_buttons($array);
    $content .= '<div class="swp-content-locator"></div>';
    return $content;
}
function social_warfare($array = array())
{
    $array['devs'] = true;
    return social_warfare_buttons($array);
}