functions.phpに以下を記述
[php]if ( ! function_exists( 'post_is_in_descendant_category' ) ) {
function post_is_in_descendant_category( $cats, $_post = null ) {
foreach ( (array) $cats as $c…
現在のuser_idを取得
$user_id = get_current_user_id();
現在のdisplay_nameを取得
$user = wp_get_current_user(); $display_name = $user->display_name;
この投稿へのコメント
コメントはまだありません。