ssp_single_auto_export

How to use: add_filter()

Included in: Simply Static Pro 1.6.3+

Overview

The ssp_single_auto_export filter enables export automation after saving/creating posts in WordPress. The exports are scheduled after each other to avoid overwriting currently running exports.

Example

The following code snippet activates the feature:

add_filter( 'ssp_single_auto_export', '__return_true' );