rpress_payment_unlimited_fooditems

Author: RestroPress 314 views

This filter is applied to use the payment unlimited file food items status, it is including two parameters.

apply_filters( ‘rpress_payment_unlimited_fooditems’, $this->unlimited, $this->ID, $this );

$this->unlimited bool Is unlimited.
$this->ID is used to get id.
$this is used to get access to the class.