Report Abuse – Change Subject / Heading

[ad_1]

Hi,
You can do it using filter hook. Add following code in child theme functions.php file –

add_filter('rtcl_email_heading_report_abuse', function(){
    return esc_html__( "Heading text here", 'classified-listing');
 });
add_filter('rtcl_email_subject_report_abuse', function(){
    return esc_html__( "Subject text here", 'classified-listing');
 });

Thank you

 

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