LLMS_Twenty_Twenty_Two::add_inline_styles()

Enqueue inline styles on the frontend.


Return Return

(void)


Top ↑

Source Source

File: includes/theme-support/class-llms-twenty-twenty-two.php

	public static function add_inline_styles() {
		wp_add_inline_style( 'twentytwentytwo-style', self::generate_inline_styles() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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