jetpack_relatedposts_filter_options, $this->options

jetpack_relatedposts_filter_options, $this->options

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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;
    	}
    
    	/**