Astra_CreativeWork_Schema::creative_work_schema( array $attr )
Update Schema markup attribute.
Description
Parameters
- $attr
-
(array) (Required) An array of attributes.
Return
(array) Updated embed markup.
Source
File: inc/schema/class-astra-creativework-schema.php
public function creative_work_schema( $attr ) { $attr['itemtype'] = 'https://schema.org/CreativeWork'; $attr['itemscope'] = 'itemscope'; return $attr; }
Expand full source code Collapse full source code View on Trac