/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
wpforms-lite
/
templates
/
admin
/
splash
/
/home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash
mkdir
upload
Name
Size
Mode
Actions
footer.php
575
0666
edit
dl
rm
header.php
448
0666
edit
dl
rm
modal.php
1384
0666
edit
dl
rm
section.php
1582
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash/header.php
(448B)
<?php /** * What's New modal header. * * @since 1.8.7 * * @var string $title Header title. * @var string $image Logo URL. * @var string $description Header content. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <header> <img src="<?php echo esc_url( $image ); ?>" alt=""> <div class="wpforms-splash-header-content"> <h2> <?php echo esc_html( $title ); ?> </h2> <p><?php echo esc_html( $description ); ?></p> </div> </header>
Save
cmd:
run