麻疹(はしか)が世界的に流行し始めた!
このページはログインが必要です
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 .= '