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/wp-admin/includes
File: deprecated.php
if ( $is_safari || $is_chrome ) {
[1500] Fix | Delete
echo ' autocomplete="off"';
[1501] Fix | Delete
}
[1502] Fix | Delete
}
[1503] Fix | Delete
[1504] Fix | Delete
/**
[1505] Fix | Delete
* Display JavaScript on the page.
[1506] Fix | Delete
*
[1507] Fix | Delete
* @since 3.5.0
[1508] Fix | Delete
* @deprecated 4.9.0
[1509] Fix | Delete
*/
[1510] Fix | Delete
function options_permalink_add_js() {
[1511] Fix | Delete
?>
[1512] Fix | Delete
<script type="text/javascript">
[1513] Fix | Delete
jQuery( function() {
[1514] Fix | Delete
jQuery('.permalink-structure input:radio').change(function() {
[1515] Fix | Delete
if ( 'custom' == this.value )
[1516] Fix | Delete
return;
[1517] Fix | Delete
jQuery('#permalink_structure').val( this.value );
[1518] Fix | Delete
});
[1519] Fix | Delete
jQuery( '#permalink_structure' ).on( 'click input', function() {
[1520] Fix | Delete
jQuery( '#custom_selection' ).prop( 'checked', true );
[1521] Fix | Delete
});
[1522] Fix | Delete
} );
[1523] Fix | Delete
</script>
[1524] Fix | Delete
<?php
[1525] Fix | Delete
}
[1526] Fix | Delete
[1527] Fix | Delete
/**
[1528] Fix | Delete
* Previous class for list table for privacy data export requests.
[1529] Fix | Delete
*
[1530] Fix | Delete
* @since 4.9.6
[1531] Fix | Delete
* @deprecated 5.3.0
[1532] Fix | Delete
*/
[1533] Fix | Delete
class WP_Privacy_Data_Export_Requests_Table extends WP_Privacy_Data_Export_Requests_List_Table {
[1534] Fix | Delete
function __construct( $args ) {
[1535] Fix | Delete
_deprecated_function( __CLASS__, '5.3.0', 'WP_Privacy_Data_Export_Requests_List_Table' );
[1536] Fix | Delete
[1537] Fix | Delete
if ( ! isset( $args['screen'] ) || $args['screen'] === 'export_personal_data' ) {
[1538] Fix | Delete
$args['screen'] = 'export-personal-data';
[1539] Fix | Delete
}
[1540] Fix | Delete
[1541] Fix | Delete
parent::__construct( $args );
[1542] Fix | Delete
}
[1543] Fix | Delete
}
[1544] Fix | Delete
[1545] Fix | Delete
/**
[1546] Fix | Delete
* Previous class for list table for privacy data erasure requests.
[1547] Fix | Delete
*
[1548] Fix | Delete
* @since 4.9.6
[1549] Fix | Delete
* @deprecated 5.3.0
[1550] Fix | Delete
*/
[1551] Fix | Delete
class WP_Privacy_Data_Removal_Requests_Table extends WP_Privacy_Data_Removal_Requests_List_Table {
[1552] Fix | Delete
function __construct( $args ) {
[1553] Fix | Delete
_deprecated_function( __CLASS__, '5.3.0', 'WP_Privacy_Data_Removal_Requests_List_Table' );
[1554] Fix | Delete
[1555] Fix | Delete
if ( ! isset( $args['screen'] ) || $args['screen'] === 'remove_personal_data' ) {
[1556] Fix | Delete
$args['screen'] = 'erase-personal-data';
[1557] Fix | Delete
}
[1558] Fix | Delete
[1559] Fix | Delete
parent::__construct( $args );
[1560] Fix | Delete
}
[1561] Fix | Delete
}
[1562] Fix | Delete
[1563] Fix | Delete
/**
[1564] Fix | Delete
* Was used to add options for the privacy requests screens before they were separate files.
[1565] Fix | Delete
*
[1566] Fix | Delete
* @since 4.9.8
[1567] Fix | Delete
* @access private
[1568] Fix | Delete
* @deprecated 5.3.0
[1569] Fix | Delete
*/
[1570] Fix | Delete
function _wp_privacy_requests_screen_options() {
[1571] Fix | Delete
_deprecated_function( __FUNCTION__, '5.3.0' );
[1572] Fix | Delete
}
[1573] Fix | Delete
[1574] Fix | Delete
/**
[1575] Fix | Delete
* Was used to filter input from media_upload_form_handler() and to assign a default
[1576] Fix | Delete
* post_title from the file name if none supplied.
[1577] Fix | Delete
*
[1578] Fix | Delete
* @since 2.5.0
[1579] Fix | Delete
* @deprecated 6.0.0
[1580] Fix | Delete
*
[1581] Fix | Delete
* @param array $post The WP_Post attachment object converted to an array.
[1582] Fix | Delete
* @param array $attachment An array of attachment metadata.
[1583] Fix | Delete
* @return array Attachment post object converted to an array.
[1584] Fix | Delete
*/
[1585] Fix | Delete
function image_attachment_fields_to_save( $post, $attachment ) {
[1586] Fix | Delete
_deprecated_function( __FUNCTION__, '6.0.0' );
[1587] Fix | Delete
[1588] Fix | Delete
return $post;
[1589] Fix | Delete
}
[1590] Fix | Delete
[1591] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function