Astra_AMP::body_id( String $schema )
Add ID to body to toggleClasses on AMP actions.
Description
Parameters
- $schema
-
(String) (Required) markup returned from theme.
Return
(String)
Source
File: inc/compatibility/class-astra-amp.php
public function body_id( $schema ) { return $schema . 'id="astra-body"'; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |