コード例 #1
0
ファイル: shortcodes.php プロジェクト: javipaur/TiendaVirtual
/**
 * Shortcode to display a link back to the site.
 *
 * @since 0.6.0
 * @access public
 * @uses get_bloginfo() Gets information about the install.
 * @return string
 */
function omega_site_link_shortcode()
{
    return omega_get_site_link();
}
コード例 #2
0
ファイル: template-general.php プロジェクト: davnopora/first
/**
 * Outputs the link back to the site.
 *
 * @since  0.9.0
 * @access public
 * @return void
 */
function omega_site_link()
{
    echo omega_get_site_link();
}