Inventory_Presser_Schema_Org_Generator::add_hooks()
Adds hooks that power the feature.
Return Return
(void)
Source Source
File: includes/class-schema-org-generator.php
public function add_hooks() { add_action( 'wp_body_open', array( $this, 'include_json_ld' ) ); }
Expand full source codeCollapse full source codeView on Github