- 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

@@ -13,7 +13,6 @@ if (!defined('ABSPATH')) {
/*
* 278 : ../../../wordpress_docker/volumes/wp_volume/wp-admin/user-edit.php
* 157 : ../../../wordpress_docker/volumes/wp_volume/wp-admin/user-edit.php
*
function admin_user_profil_css_CIPF($user_id) {
*/
@@ -27,7 +26,6 @@ function admin_user_profil_css_CIPF() {
Plgntls::add_to_front(array('css/fipf_user_profile.css'));
}
//add_action('edit_user_profile_update', 'admin_user_profil_css_CIPF');
add_action('user_edit_form_tag', 'admin_user_profil_css_CIPF');