Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wpexplorer/fbeca9e61514f74bd5763d437c9f4b15 to your computer and use it in GitHub Desktop.
Save wpexplorer/fbeca9e61514f74bd5763d437c9f4b15 to your computer and use it in GitHub Desktop.
Disable custom Contact Form 7 pre-loader in Total
add_filter( 'wpex_localize_array', function( $array ) {
$array['altercf7Prealoader'] = false;
return $array;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment