GC_Customize_Manager::refresh_nonces()

最后更新于:2021-11-27 01:22:47

GC_Customize_Manager::refresh_nonces()

Refresh nonces for the current preview.

源文件

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

	public function refresh_nonces() {
		if ( ! $this->is_preview() ) {
			gc_send_json_error( 'not_preview' );
		}

		gc_send_json_success( $this->get_nonces() );
	}