I am using Quick Adsense and WordPress Mobile Pack, but I don't want to show the adsense on my mobile site. I was thinking I could use
remove_action( $tag, $function_to_remove, $priority, $accepted_args );
in the mobile theme's function files, but I don't know the $tag and $function_to_remove to get rid of quick adsense. How do I find this? Will this even work? Any help is GREATLY APPRECIATED.
TIA!
Sarah