%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/Export/Model/
Upload File :
Create Path :
Current File : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/Export/Model/StrippedValue.php

<?php

namespace ACP\Export\Model;

/**
 * Exportability model for outputting the column's output value
 * @since 4.1
 */
class StrippedValue extends Value {

	/**
	 * Strips all HTML from content. Also, replace <br> with a space for readability.
	 *
	 * @param int $id
	 *
	 * @return string
	 */
	public function get_value( $id ) {
		return strip_tags( str_replace( [ '<br/>', '<br>' ], ' ', parent::get_value( $id ) ) );
	}

}

Zerion Mini Shell 1.0