%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/StrippedRawValue.php

<?php

namespace ACP\Export\Model;

/**
 * Exportability model for outputting the column's raw value, but with stripped HTML tags
 * @since 4.1
 */
class StrippedRawValue extends RawValue {

	public function get_value( $id ) {
		return strip_tags( parent::get_value( $id ) );
	}

}

Zerion Mini Shell 1.0