コード例 #1
0
ファイル: metaboxes.php プロジェクト: obecolette/wordpress
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>'));
}
コード例 #2
0
ファイル: metaboxes.php プロジェクト: saki1001/sj-2015
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>'));
}