-
Hello,
When a visitor access a page that doesn’t exist the IP is saved in the DB. Could you please make the IP visible in the 404 overview page? Currently I do this manually with each update by adjusting the file below:
/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/404-monitor/class-table.php
Line 121:
if ( in_array( $column_name, [ ‘times_accessed’, ‘accessed’, ‘user_agent’, ‘ip’ ], true ) ) {Line 205:
‘ip’ => esc_html__( ‘IP’, ‘rank-math’ ),Many thanks,
Rik
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Add IP from visitor that received an error 404’ is closed to new replies.