LLMS_Privacy::get_anon_prop_value( string $prop, obj $obj = null )

Anonymize a property value


Description Description


Parameters Parameters

$prop

(string) (Required) property name

$obj

(obj) (Optional) associated object (if any)

Default value: null


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/privacy/class-llms-privacy.php

	public static function get_anon_prop_value( $prop, $obj = null ) {
		return apply_filters( 'llms_privacy_get_anon_prop_value', '', $prop, $obj );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.