コード例 #1
0
ファイル: functions.php プロジェクト: rebeccayshen/kitlist
function cred_delete_post_link($post_id = false, $text = '', $action = '', $class = '', $style = '', $return = false, $message = '', $message_after = '', $message_show = 1)
{
    $output = CRED_Helper::cred_delete_post_link($post_id, $text, $action, $class, $style, $message, $message_after, $message_show);
    if ($return) {
        return $output;
    }
    echo $output;
}