LLMS_Course::get_tags( array $args = array() )

Retrieve course tags


Parameters Parameters

$args

(array) (Optional) Array of args passed to wp_get_post_terms.

Default value: array()


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.course.php

		return absint( $count );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.