Gravatar.php 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace ACP\Settings\Column; use AC; class Gravatar extends AC\Settings\Column\Image { public function format( $value, $original_value ) { return ac_helper()->image->get_image( $value, $this->get_size_args(), true ); } }