jetpack_relatedposts_filter_options, $this->options
jetpack_relatedposts_filter_options, $this->options
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_relatedposts_filter_options, $this->options') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 623
* @since 2.8.0 * * @param array $this->_options Array of basic Related Posts options. */ $this->options = apply_filters( 'jetpack_relatedposts_filter_options', $this->options ); } return $this->options; } /**