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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/Divi/includes/module-c...
File: migrations.php
* @since ??
[500] Fix | Delete
*
[501] Fix | Delete
* @param string $value - The value to be migrated.
[502] Fix | Delete
*
[503] Fix | Delete
* @return string
[504] Fix | Delete
*/
[505] Fix | Delete
protected function _migrate_border_radii( $value ) {
[506] Fix | Delete
return "on|${value}px|${value}px|${value}px|${value}px";
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
/**
[510] Fix | Delete
* Migrates customizer inverted checkbox values.
[511] Fix | Delete
*
[512] Fix | Delete
* @since ??
[513] Fix | Delete
*
[514] Fix | Delete
* @param string $value - The value to be migrated.
[515] Fix | Delete
*
[516] Fix | Delete
* @return string
[517] Fix | Delete
*/
[518] Fix | Delete
protected function _migrate_inverted_checkbox_value( $value ) {
[519] Fix | Delete
return $value ? 'off' : 'on';
[520] Fix | Delete
}
[521] Fix | Delete
[522] Fix | Delete
/**
[523] Fix | Delete
* Migrates customizer range control value.
[524] Fix | Delete
*
[525] Fix | Delete
* @since ??
[526] Fix | Delete
*
[527] Fix | Delete
* @param string $value - The value to be migrated.
[528] Fix | Delete
*
[529] Fix | Delete
* @return string
[530] Fix | Delete
*/
[531] Fix | Delete
protected function _migrate_px_value( $value ) {
[532] Fix | Delete
return "${value}px";
[533] Fix | Delete
}
[534] Fix | Delete
}
[535] Fix | Delete
[536] Fix | Delete
ET_Module_Customizer_Migrations::instance();
[537] Fix | Delete
[538] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function