🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
posts-to-posts
/
admin
/
Editing: field.php
<?php /** * A P2P admin metabox is composed of several "fields". */ interface P2P_Field { function get_title(); function render( $p2p_id, $item ); }
Save
Cancel