Esempio n. 1
0
function cpotheme_metabox_testimonial($post)
{
    cpotheme_meta_message(sprintf(__('Upgrade to %s to add descriptions to testimonials.', 'brilliance'), '<a target="_blank" href="' . esc_url(CPOTHEME_PREMIUM_URL) . '">' . esc_attr(CPOTHEME_PREMIUM_NAME) . '</a>'));
}
Esempio n. 2
0
function cpocore_metabox_testimonial($post)
{
    cpotheme_meta_message(sprintf(__('Upgrade to %s to add descriptions to testimonials.', 'cpocore'), '<a target="_blank" href="' . CPOTHEME_PREMIUM_URL . '">' . CPOTHEME_PREMIUM_NAME . '</a>'));
}