ssp_skip_single_related_urls

How to use: add_filter()

Included in: Simply Static Pro 1.6.5.1+

Overview

The ssp_skip_single_related_urls filter allows you to disable the retrieval of related 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_skip_single_related_urls', '__return_true' );