field.php 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php /** * A P2P admin metabox is composed of several "fields". */ interface P2P_Field { function get_title(); function render( $p2p_id, $item ); }