我最近发现了用于wp-lunch.php
WordPress模板的文件的代码,如果遵循正确的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
the_filling()
什么样子
那些WP开发人员在周末做什么?;)
—
Nicolai