learndash_30_custom_body_classes( array $classes )
Gets the ld30 theme custom body classes.
Description Description
Fires on body_class
hook.
Parameters Parameters
- $classes
-
(Required) An array of body class names.
Return Return
(array) An array of body class names.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |