apply_filters( 'findstr_disable_indexing_on_save', $disable_indexing_on_save bool, $post_id int, $post WP_Post )
add_filter( 'findstr_disable_indexing_on_save', $disable_indexing_on_save bool, $post_id int, $post WP_Post )
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