head, 'output' ], 11 ); } } /** * Remove Hooks with AMP's Schema. * * @since 4.0.0 * * @return void */ public function removeHooksAmpSchema() { // Remove AMP Schema hook used for outputting data. remove_action( 'amp_post_template_head', 'amp_print_schemaorg_metadata' ); } }