昨夜のZOOMセミナーアーカイブアップしました。
スネの前~横の痛みはかなり多いので、治し方は必ずマスターしておいてください。
add_filter( 'the_content', function( $content ) { if ( ! function_exists( 'ajc_judge_access' ) ) return $content; if ( get_post_type() !== 'content' ) return $content; $result = ajc_judge_access( get_current_user_id(), get_the_ID() ); $debug = '
';
$debug .= print_r( $result, true );
$debug .= '