We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc3eb7 commit 578120fCopy full SHA for 578120f
force-https.php
@@ -120,8 +120,6 @@ function force_https_filter_output( $content ) {
120
add_filter( 'walker_nav_menu_start_el', 'force_https_filter_output', 10 );
121
add_filter( 'widget_text', 'force_https_filter_output', 20 );
122
add_filter( 'widget_text_content', 'force_https_filter_output', 20 );
123
-add_filter( 'wp_redirect', 'force_https_filter_output', 999 );
124
-add_filter( 'wp_safe_redirect', 'force_https_filter_output', 999 );
125
126
// force https on all elements and attributes with urls
127
add_filter( 'the_content', 'force_https_process_content', 20 );
0 commit comments