astra_customizer_live_search_posttypes()

Post types for live search.


Description


Source

File: inc/extras.php

function astra_customizer_live_search_posttypes() {
	$supported_post_types = array();
	if ( is_customize_preview() ) {
		$supported_post_types = astra_get_queried_post_types();
	}
	return apply_filters( 'astra_live_search_posttypes', $supported_post_types );
}

Changelog

Changelog
Version Description
4.4.0 Introduced.


User Contributed Notes

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