Inventory_Presser_Schema_Org_Generator::hooks()
Source
File: includes/class-schema-org-generator.php
public function hooks() { add_action( 'wp_body_open', array( $this, 'include_json_ld' ) ); }
Expand full source code Collapse full source code View on Github