NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

field-title-user.php 141B

1234567891011
  1. <?php
  2. class P2P_Field_Title_User extends P2P_Field_Title {
  3. function get_data( $user ) {
  4. return array(
  5. 'title-attr' => '',
  6. );
  7. }
  8. }