Cuztom_Meta::is_meta_type PHP Method

is_meta_type() public method

Check what kind of meta we're dealing with
Since: 2.3
Author: Gijs Jorissen
public is_meta_type ( $meta_type ) : string
return string
    function is_meta_type($meta_type)
    {
        return $this->get_meta_type() == $meta_type;
    }