field-title-attachment.php 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php class P2P_Field_Title_Attachment extends P2P_Field_Title { function get_data( $item ) { $data = array( 'title-attr' => $item->get_object()->post_title, ); return $data; } }