Action Reference: geodir_downgrade_price

Summary

Fires when a post is downgraded by the expire process.

Parameters

$post_id
(int) (required) The post id that is being downgraded.

Default: None
$package_id
(int) (required) The price package the post was on.

Default: None
$downgrade_pkg
(int) (required) The price package the post is being downgraded to.

Default: None

Used by

geodir_payment_functions.php: geodir_expire_check() [Line: 3645]

Source Code

                        do_action('geodir_downgrade_price',$post_id,$package_id,$downgrade_pkg);