RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_payment_unlimited_fooditems

rpress_payment_unlimited_fooditems

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.

How can we help?