LLMS_Twenty_Twenty_One::add_max_width_class( string[] $classes )

Adds the 2021 theme max-width class around the catalog loop element.


Description Description

This adds catalog theme support.


Top ↑

Parameters Parameters

$classes

(string[]) (Required) List of CSS classes.


Top ↑

Return Return

(string[])


Top ↑

Source Source

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

	public static function add_max_width_class( $classes ) {
		$classes[] = 'default-max-width';
		return $classes;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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