Пример #1
0
function synved_social_page_settings_tip($tip, $item)
{
    if (!function_exists('synved_shortcode_version')) {
        $tip .= ' <div style="background:#f2f2f2;font-size:110%;color:#444;margin-right:270px;padding:10px 15px;"><b>' . __('Note', 'social-media-feather') . '</b>: ' . sprintf(__('The Social Media Feather plugin is fully compatible with our free <a target="_blank" href="%1$s">WordPress Shortcodes</a> plugin! WordPress Shortcodes will simplify adding Social Media shortcodes to your posts and pages! You can install it using your <a href="%2$s">plugin installer</a>.', 'social-media-feather'), 'http://synved.com/wordpress-shortcodes/', add_query_arg(array('tab' => 'search', 's' => 'synved shortcodes'), admin_url('plugin-install.php'))) . '</div>';
    }
    if (function_exists('synved_connect_support_social_follow_render')) {
        $tip .= synved_connect_support_social_follow_render();
    }
    return $tip;
}
function synved_social_page_settings_tip($tip, $item)
{
    if (!function_exists('synved_shortcode_version')) {
        $tip .= ' <div style="background:#f2f2f2;font-size:110%;color:#444;padding:10px 15px;"><b>' . __('Note', 'synved-social') . '</b>: ' . __('The Social Media Feather plugin is fully compatible with our free <a target="_blank" href="http://synved.com/wordpress-shortcodes/">WordPress Shortcodes</a> plugin!</span>', 'synved-social') . '</div>';
    }
    if (function_exists('synved_connect_support_social_follow_render')) {
        $tip .= synved_connect_support_social_follow_render();
    }
    return $tip;
}