Example #1
0
/**
 * Shortcode to display a link to the parent theme page.
 *
 * @since 0.6.0
 * @access public
 * @uses get_theme_data() Gets theme (parent theme) information.
 * @return string
 */
function omega_theme_link_shortcode()
{
    return omega_get_theme_link();
}
Example #2
0
/**
 * Displays a link to the parent theme URI.
 *
 * @since  0.9.0
 * @access public
 * @return void
 */
function omega_theme_link()
{
    echo omega_get_theme_link();
}