akismet_ssl_disabled

akismet_ssl_disabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('akismet_ssl_disabled') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1354
    			$ssl_disabled = false;
    			delete_option( 'akismet_ssl_disabled' );
    		}
    		else if ( $ssl_disabled ) {
    			do_action( 'akismet_ssl_disabled' );
    		}
    
    		if ( ! $ssl_disabled && ( $ssl = wp_http_supports( array( 'ssl' ) ) ) ) {
    			$akismet_url = set_url_scheme( $akismet_url, 'https' );
    
    			do_action( 'akismet_https_request_pre' );