apply_filters( 'findstr_disable_indexing_on_save', $disable_indexing_on_save, $post_id, $post ) → {bool}

This filter is used to disable indexing on save action. Useful in case of import or automated posts creation.

Parameters:
Name Type Description
$disable_indexing_on_save bool
$post_id int
$post WP_Post
Source:
Returns:

$disable_indexing_on_save

Type
bool