ap_disable_question_suggestion()

Description #

Check if question suggestion is disabled.

Changelog #

VersionDescription
3.0.0Introduced.

Source #

File: includes/functions.php

function ap_disable_question_suggestion() {
	/**
	 * Modify ap_disable_question_suggestion.
	 *
	 * @param boolean $enable Default is false.
	 * @since  3.0.0
	 */
	return (bool) apply_filters( 'ap_disable_question_suggestion', false );
}

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