Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Config
File: AvailableFields.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if ( apply_filters( 'ninja_forms_disable_marketing', false ) ) return array();
[2] Fix | Delete
[3] Fix | Delete
return apply_filters( 'ninja_forms_available_fields', array(
[4] Fix | Delete
[5] Fix | Delete
'file_upload' => array(
[6] Fix | Delete
'section' => 'common',
[7] Fix | Delete
'name' => 'file_upload',
[8] Fix | Delete
'nicename' => 'File Upload',
[9] Fix | Delete
'link' => 'https://ninjaforms.com/extensions/file-uploads/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Ghost+Field&utm_content=File+Uploads+Ghost+Field',
[10] Fix | Delete
'plugin_path' => 'ninja-forms-uploads/file-uploads.php',
[11] Fix | Delete
'modal_content' => '<div class="available-action-modal">
[12] Fix | Delete
<img src="' . Ninja_Forms::$url . 'assets/img/add-ons/file-uploads.png"/>
[13] Fix | Delete
<p>In order to use this field, you need File Uploads for Ninja Forms.</p>
[14] Fix | Delete
<p>Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!</p>
[15] Fix | Delete
<div class="actions">
[16] Fix | Delete
<a target="_blank" href="https://ninjaforms.com/extensions/file-uploads/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Ghost+Field&utm_content=File+Uploads+Ghost+Field" title="File Uploads" class="primary nf-button">Learn More</a>
[17] Fix | Delete
</div>
[18] Fix | Delete
</div>',
[19] Fix | Delete
),
[20] Fix | Delete
[21] Fix | Delete
'save' => array(
[22] Fix | Delete
'section' => 'common',
[23] Fix | Delete
'name' => 'save',
[24] Fix | Delete
'nicename' => 'Save',
[25] Fix | Delete
'link' => 'https://ninjaforms.com/extensions/save-progress/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Ghost+Field&utm_content=Save+Progress+Ghost+Field',
[26] Fix | Delete
'plugin_path' => 'ninja-forms-save-progress/ninja-forms-save-progress.php',
[27] Fix | Delete
'modal_content' => '<div class="available-action-modal">
[28] Fix | Delete
<img src="' . Ninja_Forms::$url . 'assets/img/add-ons/save-progress.png"/>
[29] Fix | Delete
<p>In order to use this field, you need Save Progress for Ninja Forms.</p>
[30] Fix | Delete
<p>Add save fields to let your users save their work and reload it all when they have time to return. Don&apos;t lose out on valuable submissions for longer forms!</p>
[31] Fix | Delete
<div class="actions">
[32] Fix | Delete
<a target="_blank" href="https://ninjaforms.com/extensions/save-progress/?utm_source=Ninja+Forms+Plugin&utm_medium=Form+Builder&utm_campaign=Ghost+Field&utm_content=Save+Progress+Ghost+Field" title="Save Progress" class="primary nf-button">Learn More</a>
[33] Fix | Delete
</div>
[34] Fix | Delete
</div>',
[35] Fix | Delete
),
[36] Fix | Delete
) );
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function