Custom Ajax spinner no longer working
-
This code used to work so I assume there’s an issue with a recent update to the plugin preventing the ajax spinner from using my custom image. Any ideas?
function brads_wpcf7_ajax_loader() { return get_bloginfo('template_directory') . '/images/spinner.gif'; } add_filter('wpcf7_ajax_loader', 'brads_wpcf7_ajax_loader');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Ajax spinner no longer working’ is closed to new replies.