HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/www/wp-content/plugins/give/src/Onboarding/Setup/templates/stories/src/givewp101.js
import icon from '../../../../../../../../assets/dist/images/setup-page/givewp101@2x.min.png';
import template from '../../row-item.html';

export default () => {
    return template
        .replace(/{{\s*class\s*}}/gi, 'givewp101')
        .replace(/{{\s*icon\s*}}/gi, icon)
        .replace(/{{\s*title\s*}}/gi, 'GiveWP 101')
        .replace(
            /{{\s*description\s*}}/gi,
            'Start off on the right foot by learning the basics of the plugin and how to get the most out of it to further your online fundraising efforts.'
        )
        .replace(
            /{{\s*action\s*}}/gi,
            '<a href="#"><span class="screen-reader-text">Learn more about GiveWP</span><i class="fas fa-chevron-right"></i></a>'
        );
};