delete(); } return parent::set( '1' ); } /** * Gets the expected value type. * * @since 1.4.0 * * @return string The type name. */ protected function get_type() { return 'boolean'; } /** * Gets the default value. * * Returns an empty string by default for consistency with get_user_meta. * * @since 1.4.0 * * @return mixed The default value. */ protected function get_default() { return false; } }