私は最近、WordPressテンプレート用のwp-lunch.php
ファイルのコードを見つけました。適切なWordPressコーディング標準に従っている場合、これはどのように見えますか?
<?php if ( current_user_can('has_sandwich') ): ?>
<?php get_sandwich_header(); ?>
<?php while( has_filling() ): the_filling(); ?>
<?php get_sandwich_part( 'thick_layer',
get_filling() ); ?>
<?php endwhile; ?>
<?php get_sandwich_footer(); ?>
<?php endif; ?>
すばらしい質問です。ゲームを始めましょう!
—
アダム
私はここで尋ねるのに最適な質問だと思います。どのように
—
Pieter Goosen '24年
the_filling()
見えるべきですか
これらのWP開発者は週末に何をしますか?;)
—
ニコライ