Web stories Plugin Fatal error
-
Fatal error: Uncaught Error: Google\Web_Stories\Admin\Admin::prefill_post_content(): Argument #2 ($post) must be of type WP_Post, null given, called in /var/www/wp-includes/class-wp-hook.php on line 307
in /var/www/wp-content/plugins/web-stories/includes/Admin/Admin.php on line 134For Fixing this issue we change this WP_Post to $post
public function prefill_post_content( $content, WP_Post )
public function prefill_post_content( $content, $post )
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Web stories Plugin Fatal error’ is closed to new replies.