Astra_Posts_Structures_Configs::get_narrow_width_exculde_cpts()

Excluding some post types with avoiding narrow-width container layout.


Description


Return

(array)


Source

File: inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php

	public static function get_narrow_width_exculde_cpts() {
		return apply_filters( 'astra_exculde_narrow_width_support_posttypes', array( 'product', 'download', 'course', 'lesson', 'tutor_quiz', 'tutor_assignments', 'sfwd-assignment', 'sfwd-essays', 'sfwd-transactions', 'sfwd-certificates', 'sfwd-quiz' ) );
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

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