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' );
Related Posts:
- Contact form 7 select box different value-text than content-text in option [closed]
- Why “Contact Form 7” doesn’t update PHPmailer library?
- How to get current post ID in Contact Form 7 wpcf7_before_send_mail hook action
- To Disable WordPress Rest API or Not To Disable?
- Contact Form 7 plugin refreshing page on submit [closed]
- How to disable autocomplete for inputs in contact form 7? [closed]
- Server side validation for Contact Form 7 [closed]
- get values from contact form 7 wp plugin [closed]
- Add custom variable in Contact Form 7 mail body
- Can’t send mails using contact plugin [closed]
- Download any file after submitting a form [closed]
- Getting value from dymanic text variable into Contact Form 7
- How to escape the tailwindcss responsive syntax when using with contact form 7? [closed]
- Nextcloud integration with wordpress
- Send Contact form 7 data to remote server using .NET api [closed]
- how to create progress bar in wordpress contact form 7 or other plugin for set progress bar in cf7 [closed]
- Contact Form 7 – Form name blank [closed]
- WordPress contact form 7 to show the form dropdown menus as like [closed]
- Contact Form 7 – Show image on successful send? [closed]
- Send email to multiple addresses on Contact Form 7, but exclude personal details on all but one
- How to modify or create custom contact form 7 select options [closed]
- Hardcode a form in Contact Form 7 [closed]
- Contact Form 7 “non-selectable” options in a drop down [closed]
- Contact Form 7: Load scripts and styles only when there is shortcode? [closed]
- In wordpress how to sent different email separetly when i click on different email ids [closed]
- value not set in contact form 7 plugin of wordpress [closed]
- acceptance_as_validation: on is not working Contact form 7 [closed]
- Contact Form 7 is not redirecting the “Thank-You” page with the removal of CSS and JS of plugins
- Push Contact form 7 variable to front end after submission
- How can I implement radio buttons with icons in Contact form 7?
- Hide button after form submit and save state to localstorage
- Contact Form 7 – Make a selection unavailable after a number of bookings
- WordPress Contact 7 Form – Remove WordPress from the From Sections
- Installation failed, trying to install ANY plugin
- Multiple CF7 Forms causing multiple recaptcha requests
- Could someone maybe point me in the direction of a decent tutorial on how to create a wordpress plugin that is compatible with another plugin please?
- Capture Recaptcha fail event on Contact Form 7
- get/show Last ID
- Form is not getting submitted [closed]
- User content database [closed]
- Contact Form 7: custom validation [closed]
- Retrieving old forms in Contact Form 7 [closed]
- Integrate Mailchimp to a Contact Form 7 contact form [closed]
- How put a file when the email is sent to user contact form 7
- Contact Form 7 Default value from url [closed]
- Integrate Razorpay quick payments plugin with contact form7 plugin
- How to do Conact form 7 name field validation? [closed]
- Contact form 7 – How to send mail to two different E-mail Address [closed]
- prevent contact form 7 from submission on certain condition
- plugin doesn’t retrieve data from database
- WordPress Plugin Development In MVC Architecture, How?
- Update Multiple Post Meta for the Same Post In One call?
- Create custom column in post table in wordpress
- The plugin generated x characters of unexpected output, $wpdb not defined
- Trigger renewal order emails for WooCommerce subscriptions for testing
- WordPress Ajax Callback
- Portfolio + Blog: multisite or plugin?
- Form isn’t inserting data into database with ajax plugin
- All of my custom posttypes are 404’ing
- WordPress: PHP code rendering in the wrong place
- ‘No Results Found’ on single post for custom post type
- Exporting post content from wordpress using WP All Export and wpautop() php function to include paragraph tags
- How to create an input field, and base the output on spreadsheet data? [closed]
- Blacklist IP After Using WordPress Plugin Detector?
- Admin style for just one plugin in dashboard
- Trouble adding tiny mce to textarea in custom plugin
- Js file is not adding using this code in functions.php
- Trying to create a table/list of my EventBrite course listings [closed]
- Privileges problem with add_submenu_page [closed]
- WP_Http response throws “Cannot use object of type WP_Error as array”
- Modify wp_installed_email / wp_new_blog_notification
- Using Variable in WordPress Translate Functions
- Plugin getting Cannot modify header information errors
- License validate function
- Multiple authors and readers restricted by role [closed]
- Display my plugins content based on a pages post_id
- How can I get someone to checkout as soon as they add a product to cart?
- Displaying syntax highlighted code [closed]
- save data from metabox does not work
- Share buttons Facebook Twitter, just like wordpress.com without webservice
- Restrict posts to customers with complete WooCommerce orders only
- WordPress not showing manually uploaded files in Uploads folder on Media Library
- Use get_pages() before another plugin modifies it
- WordPress plugin blog creation
- Preserving existing functionality converting HTML to WordPress
- FTP access to NAS drive files/folders from WordPress site
- Change Jobs for WordPress templates
- Issue calling my functions on Plugin activate in WordPress
- How to add specific posts to specific pages in WordPress?
- cURL do not mimic click
- What action or filter can I use to change all the html returned from server for a page?
- Wordress admin page is fetching error You do not have sufficient permissions to access this page.
- Which WordPress version to use for improved plugin compatibility? [closed]
- WP_Filesystem usage within a block of code
- How can I retrieve data within my widget
- How do I make the selected layout display for all MarketPress pages?
- In my plugin when i call select page is blank
- Including a PHP file via a function that is part of a plugin?
- How I can hide my wp folders from Inspect Element (Developer Tools)
- Request initiator chain contains old CDN