GC_Customize_Manager::customize_preview_override_404_status()

最后更新于:2021-11-27 00:52:33

GC_Customize_Manager::customize_preview_override_404_status()

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

源文件

文件: gc-includes/class-gc-customize-manager.php

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