ssp_algolia_load_remote

How to use: add_filter()

Included in: Simply Static Pro 1.6.5.1+

Overview

The ssp_algolia_load_remote filter allows you to disable loading the scripts needed for the Algolia instant search feature from an external source and instead load it from the Simply Static directory.

Example

The following code snippet activates the feature:

add_filter( 'ssp_algolia_load_remote', '__return_false' );