How to Add title to the form popup

[ad_1]

Plugin Author
xootix

(@xootix)

Hello,

Where would you like to add the text? Please point in screenshot.
You can use the below snippet to add it after tabs.

add_action( 'xoo_el_after_header', function(){
                ?>
                <p>Custom text</p>
                <?php
} );

here is the link where the image is there : https://prnt.sc/n8YwSmRpNjfA

do let us know which file the code needs to be added and where,

thanks.

Plugin Author
xootix

(@xootix)

This is the snippet. Goes in your theme’s functions.php or you can use a code snippet plugin

add_action( 'xoo_el_before_header', function(){
                ?>
                <p>Custom text</p>
                <?php
} );

Plugin Author
xootix

(@xootix)

You’re welcome.
Would appreciate if you leave a rating here

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer