We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68ebd6 commit 4a07c04Copy full SHA for 4a07c04
inc/3rd-party/plugins/sf-move-login.php
@@ -33,7 +33,6 @@ function rocket_add_sfml_exclude_pages( $urls ) {
33
}
34
35
$sfml_slugs = sfml_get_slugs();
36
- error_log( print_r( $sfml_slugs, true ) );
37
$sfml_slugs = array_map( 'home_url', $sfml_slugs );
38
$sfml_slugs = array_map( 'trailingslashit', $sfml_slugs );
39
$sfml_slugs = array_map( 'rocket_clean_exclude_file', $sfml_slugs );
0 commit comments