Browse: Home / Functions /

learndash_30_custom_body_classes

learndash_30_custom_body_classes( array $classes )

Gets the ld30 theme custom body classes.


Description #

Fires on body_class hook.


Parameters #

$classes

(array) (Required) An array of body class names.


Return #

(array) An array of body class names.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.