jules0x
8/31/2015 - 10:41 PM

Exclude reports from CMS using 'add_excluded_reports'

Exclude reports from CMS using 'add_excluded_reports'

<?php

SS_Report::add_excluded_reports(
	array(
		'SideReport_BrokenRedirectorPages',
		'SideReport_BrokenVirtualPages',
		'SideReport_BrokenFiles',
		'CwpStatsReport',
		'SideReport_BrokenLinks',
		'BrokenLinksReport',
		'SideReport_EmptyPages',
		'SideReport_RecentlyEdited'
	)
);