Does filter work only with premium version?
-
Hello,
Does the below filter only work with premium version of plugin? I can not get rid of Applebot from the user search logs.
add_filter( 'relevanssi_bots_to_not_log', function( $bots ) {
return array_merge( $bots, array( 'Apple' => 'Applebot' ) );
} );Brgds
RuneThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Does filter work only with premium version?’ is closed to new replies.