Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules
File: contact-form.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Contact form module.
[2] Fix | Delete
*
[3] Fix | Delete
* @package automattic/jetpack
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[7] Fix | Delete
exit( 0 );
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
use Automattic\Jetpack\Forms\Jetpack_Forms;
[11] Fix | Delete
[12] Fix | Delete
/**
[13] Fix | Delete
* Module Name: Forms
[14] Fix | Delete
* Module Description: Add contact, registration, and feedback forms directly from the block editor.
[15] Fix | Delete
* Sort Order: 15
[16] Fix | Delete
* Recommendation Order: 14
[17] Fix | Delete
* First Introduced: 1.3
[18] Fix | Delete
* Requires Connection: No
[19] Fix | Delete
* Auto Activate: Yes
[20] Fix | Delete
* Module Tags: Other
[21] Fix | Delete
* Feature: Writing
[22] Fix | Delete
* Additional Search Queries: contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free, creator
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
/**
[26] Fix | Delete
* Load the newer Jetpack Forms package.
[27] Fix | Delete
*/
[28] Fix | Delete
Jetpack_Forms::load_contact_form();
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function