Hook name: next_posts_link_attributes
Hook type: filter
Sourcefile:
Description: Some themes might use `excerpt_more` filter to handle the
`more` link displayed after a trimmed excerpt. Since the
block has a `more text` attribute we have to check and
override if needed the return value from this filter. So if the block’s attribute is not empty override the
`excerpt_more` filter and return nothing. This will
result in showing only one `read more` link at a time.
Parameters:
Deprecated?: No