v 0.3.4 states are now handled with specific functions for setting, getting, and adding css
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user