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

Anonymize a property value


Parameters Parameters

$prop

(string) (Required) Property name.

$obj

(object) (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.