WC_Rate_Limiter::storage_id( string $action_id )

Constructs Option name from action identifier.


Description Description


Parameters Parameters

$action_id

(Required) Identifier of the action.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-rate-limiter.php

	public static function storage_id( $action_id ) {
		return 'woocommerce_rate_limit_' . $action_id;
	}


Top ↑

User Contributed Notes User Contributed Notes

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