Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/Buffer.php.tar

home/xbodynamge/dev/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Buffer.php000064400000000605151137472500026431 0ustar00<?php
namespace AIOSEO\Plugin\Common\Traits\Helpers;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Contains buffer specific helper methods.
 *
 * @since 4.8.3
 */
trait Buffer {
	/**
	 * Clears all output buffers.
	 *
	 * @since 4.8.3
	 *
	 * @return void
	 */
	public function clearBuffers() {
		while ( ob_get_level() > 0 ) {
			ob_end_clean();
		}
	}
}xbodynamge/namtation/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Buffer.php000064400000000605151144410670027564 0ustar00home<?php
namespace AIOSEO\Plugin\Common\Traits\Helpers;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Contains buffer specific helper methods.
 *
 * @since 4.8.3
 */
trait Buffer {
	/**
	 * Clears all output buffers.
	 *
	 * @since 4.8.3
	 *
	 * @return void
	 */
	public function clearBuffers() {
		while ( ob_get_level() > 0 ) {
			ob_end_clean();
		}
	}
}