ssp_single_export_pagination
How to use: add_filter()
Included in: Simply Static Pro 1.6.5.1+
Overview
The ssp_single_export_pagination filter allows you to disable the retrieval of pagination URLs when running single exports. This can be useful for speeding up single exports and preventing the addition of too many URLs.
Example
The following code snippet activates the feature:
add_filter( 'ssp_single_export_pagination', '__return_false' );