simply-code/storage/snippets/nextcloud-banda-dynamic-pri...

50 lines
1.3 KiB
JSON

{
"description": "PMPro Dynamic Pricing para el Plan Nextcloud Banda",
"last_updated": "2025-10-04 03:09:49",
"active": true,
"hooks": {
"admin_notices": {
"type": "action",
"priority": 10,
"accepted_args": 1,
"auto_detected": true
},
"plugins_loaded": {
"type": "action",
"priority": 25,
"accepted_args": 1,
"auto_detected": true
},
"init": {
"type": "action",
"priority": 10,
"accepted_args": 1,
"auto_detected": true
},
"wp_loaded": {
"type": "action",
"priority": 5,
"accepted_args": 1,
"auto_detected": true
},
"pmpro_checkout_level": {
"type": "filter",
"priority": 1,
"accepted_args": 1,
"auto_detected": true
},
"pmpro_after_checkout": {
"type": "action",
"priority": 10,
"accepted_args": 2,
"auto_detected": true
},
"pmpro_account_bullets_bottom": {
"type": "action",
"priority": 10,
"accepted_args": 1,
"auto_detected": true
}
},
"load_priority": 10
}