• jimii

    (@jimii)


    Without creating new fields in the Developer tab; are there standard agent short codes for the fields in the Real Estate Agent add-on?

    For example can I extract agent_name or agent_telephone for the Real Estate Agent addon that I could include as a field in the Property Overview?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    Here are some notes from our developer:
    1. The place where you need to place a code
    https://joxi.ru/4AkM0gcoVLPMmq
    2. The code

    foreach ($property['wpp_agents'] as $property_wpp_agents) {
          echo '<pre>';
          print_r(get_user_meta($property_wpp_agents, 'phone_number'));
          echo '</pre>';
        }

    3. How results will look
    https://joxi.ru/ZrJbOzhwkyVQrj

    If you need more deeply dev’s support, please use the Support tab in our plugin.

    Regards.

    Thread Starter jimii

    (@jimii)

    Maria, Thank you very much. I always appreciate your replies. I will try this and let you know how it works out.
    jimii.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are Agent Short Codes for Property Overview?’ is closed to new replies.