wp_ajax_update_try_gutenberg_panel()

Ajax handler for updating whether to display the Try Gutenberg panel.


Description Description


Source Source

File: wp-admin/includes/ajax-actions.php

			wp_die( __( 'Please provide a custom field value.' ) );
		}

		$meta = get_metadata_by_mid( 'post', $mid );
		$pid  = (int) $meta->post_id;
		$meta = get_object_vars( $meta );
		$x    = new WP_Ajax_Response(

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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