findstr_document_weight

apply_filters( 'findstr_document_weight', $weight int, $post WP_Post )

  add_filter( 'findstr_document_weight', $weight int, $post WP_Post )

Filter the document weight

Parameters

NameTypeDescription
$weightint

the weight of the document

$postWP_Post

the post object

Returns:

$weight the weight of the document

Type: 
int