• Resolved kalim99

    (@kalim99)


    Hi,

    Is there any function availabe to add custom text before login signup tab? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Please use this snippet

    add_action( 'xoo_el_before_header', function(){
    ?>
    <p style="text-align: center;">Custom Text</p>
    <?php
    } );
    Thread Starter kalim99

    (@kalim99)

    It worked! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.