- updated states to work for user_id and post_id

- added states for partner page state publish-draft
This commit is contained in:
asus
2024-04-01 23:09:22 +02:00
parent 4d7906be40
commit fb146ecda4
13 changed files with 354 additions and 60 deletions

View File

@@ -144,7 +144,7 @@ function prof_profil_scripts_CIPF() {
// the way to find the id of the author of an author_page
$author_id = get_queried_object_id();
display_page_css_CIPF($author_id);
display_states_css_CIPF($author_id);
}
add_action('wp_enqueue_scripts', 'prof_profil_scripts_CIPF', 11);