HDQSRP – Filter Email Heading

Use of any code provided by Harmonic Design or HDPlugins.com is at your own risk. It is ALWAYS recommended to backup your site or files before modifying any code on your site. Copy Code

function hdq_srp_results_heading_narendra($heading, $source)
{
	if ($source !== "expanded") {
		return "";
	}
	return $heading;
}
add_filter("hdq_srp_results_heading", "hdq_srp_results_heading_narendra", 10, 2);