You appear to be a bot. Output may be restricted
Description
Detect whether the buffer is full.
Usage
$bool = Jetpack_Sitemap_Buffer::is_full();
Parameters
Returns
bool True if the buffer is full, false otherwise.
Source
File name: jetpack/modules/sitemaps/sitemap-buffer.php
Lines:
1 to 3 of 3
public function is_full() { return $this->is_full_flag; }