updated acf find non init field value with new technique to init with temp value first

This commit is contained in:
asus
2024-03-19 20:15:26 +01:00
parent cbfbfabd18
commit 58d02708b9
8 changed files with 154 additions and 36 deletions

View File

@@ -175,10 +175,8 @@ function prof_profil_scripts_CIPF() {
// the way to find the id of the author of an author_page
$author_id = get_queried_object_id();
$cipf_prof = new PLGNTLS_class();
$css_front_states = prof_display_css_CIPF();
$cipf_prof->add_to_front($css_front_states);
display_page_css_CIPF($author_id);
}
add_action('wp_enqueue_scripts', 'prof_profil_scripts_CIPF', 11);