Disable email notifications from Autoptimize

Disable email notifications from Autoptimize in WordPress on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'autoptimize_filter_cachecheck_sendmail', '__return_false' );
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.