WP_Customize_Manager::customize_preview_override_404_status()

In this article

This method has been deprecated.

Prevents sending a 404 status when returning the response for the customize preview, since it causes the jQuery Ajax to fail. Send 200 instead.

Source

public function customize_preview_override_404_status() {
	_deprecated_function( __METHOD__, '4.7.0' );
}

Changelog

VersionDescription
4.7.0This method has been deprecated.
4.0.0Introduced.

User Contributed Notes

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