/**
 * Displays a link to WordPress.org.
 *
 * @author Justin Tadlock <*****@*****.**>
 * @author Cherry Team <*****@*****.**>
 * @since  4.0.0
 * @return void
 */
function cherry_wp_link()
{
    /**
     * Filter the displayed the link to the WordPress.org.
     *
     * @since 4.0.0
     */
    echo apply_filters('cherry_wp_link', cherry_get_wp_link());
}
Esempio n. 2
0
/**
 * Display a link to WordPress.org.
 *
 * @author Justin Tadlock <*****@*****.**>
 * @author Cherry Team <*****@*****.**>
 * @since  4.0.0
 * @return void
 */
function cherry_wp_link()
{
    echo cherry_get_wp_link();
}