v 0.3.4 states are now handled with specific functions for setting, getting, and adding css

This commit is contained in:
asus
2024-03-19 16:27:38 +01:00
parent db1d16bd91
commit f7c805f22b
5 changed files with 115 additions and 16 deletions

View File

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