🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
posts-to-posts
/
admin
/
Editing: field-title-user.php
<?php class P2P_Field_Title_User extends P2P_Field_Title { function get_data( $user ) { return array( 'title-attr' => '', ); } }
Save
Cancel