plugins - CF7 Custom Recipient - Changing the text

I'm using the CF7 Custom Recipient plugin and i need to change some text on it.In that red square i just want to ch

I'm using the CF7 Custom Recipient plugin and i need to change some text on it.

In that red square i just want to change "CF7 Custom Recipient" to "Enter mail for inquiries" or something like that.

How can i do it?

I'm using the CF7 Custom Recipient plugin and i need to change some text on it.

In that red square i just want to change "CF7 Custom Recipient" to "Enter mail for inquiries" or something like that.

How can i do it?

Share Improve this question asked May 3, 2019 at 4:42 Draws Ren GundamDraws Ren Gundam 251 gold badge2 silver badges6 bronze badges 1
  • To change this, I think you've to change plugin files – Vishwa Commented May 3, 2019 at 5:20
Add a comment  | 

1 Answer 1

Reset to default 0

You can put this below code into theme's functions.php file and check it. see this screenshot

function add_wpcf7_custom_recipient_meta_box_changed() {
    add_meta_box(
        'wpcf7_custom_recipient_meta_box',
        'Enter mail for inquiries', //just here to change text you want
        'show_wpcf7_custom_recipient_meta_box',
        get_post_types(array('public' => true), 'names'),
        'side',
        'high'
    );
}
add_action( 'add_meta_boxes', 'add_wpcf7_custom_recipient_meta_box_changed' );

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745529281a4631617.html

相关推荐

  • plugins - CF7 Custom Recipient - Changing the text

    I'm using the CF7 Custom Recipient plugin and i need to change some text on it.In that red square i just want to ch

    3小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信