マッチ
日付未入力function calc_age_func(){
$now = date("Ymd");
$birth = "19930125";
return floor(($now-$birth)/10000);
}
add_shortcode('my_age', 'calc_age_func');
未分類マッチ
日付未入力function calc_age_func(){
$now = date("Ymd");
$birth = "19930125";
return floor(($now-$birth)/10000);
}
add_shortcode('my_age', 'calc_age_func');
コメントを残す
コメントを投稿するにはログインしてください。