updated acf find non init field value with new technique to init with temp value first
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user