post_content ) ) { return; } if ( empty( $post->post_content ) && is_page() && $post->ID === $this->_registry->get( 'model.settings' ) ->get( 'calendar_page_id' ) ) { $post->post_content = ''; } } }