AnsPress_Theme::template_include( string $template = '' )

Description #

The main filter used for theme compatibility and displaying custom AnsPress theme files.

Parameters #

  • $template
    string (Optional) Current template file. Default value: ''

Changelog #

VersionDescription
4.2.0Introduced.

Source #

File: includes/class-theme.php

	public static function template_include( $template = '' ) {
		return apply_filters( 'ap_template_include', $template );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment