Inventory_Presser_Schema_Org_Generator::add_hooks()

Adds hooks that power the feature.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/class-schema-org-generator.php

	public function add_hooks() {
		add_action( 'wp_body_open', array( $this, 'include_json_ld' ) );
	}