created css files for states displays

This commit is contained in:
asus
2024-03-19 15:59:16 +01:00
parent 2f0b15dd6f
commit db1d16bd91
18 changed files with 78 additions and 21 deletions

View File

@@ -177,7 +177,11 @@ function prof_profil_scripts_CIPF() {
$author_id = get_queried_object_id();
$cipf_prof = new PLGNTLS_class();
$cipf_prof->add_to_front();
$cipf_prof->add_to_front(
array(
'css/display_states/paiement_reussi.css',
)
);
}
add_action('wp_enqueue_scripts', 'prof_profil_scripts_CIPF', 11);