You appear to be a bot. Output may be restricted
Description
Initializes the integration.
This is the place to register hooks and filters.
Usage
$void = Jetpack::register_hooks();
Parameters
Returns
void
Source
File name: wordpress-seo/src/integrations/third-party/jetpack.php
Lines:
1 to 3 of 3
public function register_hooks() { \add_filter( 'jetpack_enable_open_graph', '__return_false' ); }