• Resolved imcobarn

    (@imcobarn)


    Is there a way to override templates for agent profile fields (estatik-pro\admin\templates\agents) in the theme?
    I also need to edit template in estatik-pro\management\templates

    I sit possible?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Estatik

    (@estatik)

    Hi there,

    Thanks for contacting us.

    You can use es_agent_profile_template_path filter for this. Use code below:

    add_filter( 'es_agent_profile_template_path', function( $path ) {
    // $path = "new custom path to the file"
    return $path;
    } );

    As for second question – please, try to use this WordPress filter for override templates from the management component.

    Please, let me know if my answer helped.
    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Templates’ is closed to new replies.