ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Bring $post into global scope #228

Closed christianwach closed 8 years ago

christianwach commented 9 years ago

Many plugins rely on access to the global $post object when they parse the content during the the_content filter. This PR puts the updated post object into global scope during AJAX updates.

Replaces #203

solhuebner commented 9 years ago

Good idea!

ellatrix commented 8 years ago

This is REST API territory now.