26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"description": "Agregar scripts y estilos en WP",
|
|
"last_updated": "2025-09-29 04:38:23",
|
|
"active": true,
|
|
"hooks": {
|
|
"wp_head": {
|
|
"type": "action",
|
|
"priority": 10,
|
|
"accepted_args": 1,
|
|
"auto_detected": true
|
|
},
|
|
"wp_footer": {
|
|
"type": "action",
|
|
"priority": 10,
|
|
"accepted_args": 1,
|
|
"auto_detected": true
|
|
},
|
|
"wp_enqueue_scripts": {
|
|
"type": "action",
|
|
"priority": 10,
|
|
"accepted_args": 1,
|
|
"auto_detected": true
|
|
}
|
|
},
|
|
"load_priority": 10
|
|
} |