Skip to main content

Questions tagged [admin]

Users with the ability to perform administrative tasks for a site or a network of sites.

1 vote
0 answers
27 views

All was working fine until I changed the admin email address. An email was sent and the verification link clicked, but the prompt next to the new address that says "The new address will not ...
Martin Richardson's user avatar
1 vote
2 answers
107 views

In a plugin I'm trying to to have a submenu which as the same destination as the parent. Using add_menu_page and add_submenu_page with the same menu_slug and no callback for the parent menu. Just like ...
La Fabrique Info's user avatar
1 vote
2 answers
83 views

After providing admin support for several prototype websites, with my email used as the "Administration Email Address", I'm no longer required for support, however I have no confidence that ...
Highly Irregular's user avatar
0 votes
0 answers
26 views

Is there a way to add my manually added post status "Archiv" to the popover of a post? If yes, can you give me a example? Regards M.
themca's user avatar
  • 111
0 votes
0 answers
24 views

I have some custom fields in admin panel, some filled and some is empty. I want to order by first all with values and the rest is will be empty fields. How can I do this ?
webstackoverload's user avatar
0 votes
0 answers
29 views

See the attached screenshot of my WordPress admin panel. I want to merge these 2 columns into one column to save the space of width. Is it possible to do this?
ranbir's user avatar
  • 1
1 vote
1 answer
157 views

I have a function related to two hooks: // this action only fires if the current user is editing their own profile add_action('personal_options_update', 'yop_save_custom_user_profile_fields'); // ...
Life after Guest's user avatar
0 votes
1 answer
55 views

I'm stuck, and haven't been able to find an answer after much searching. I need to modify the User Admin Panel showing the list of users and the number of posts. I have custom posts (type = 'articles')...
Reekes's user avatar
  • 3
0 votes
1 answer
61 views

So far I have this action added on pre_post_update, 10, 3 public function check1($post_id, $data){ if (1==1) { set_transient('1_is_1'. $post_id, true, 30); } return $data; } and ...
user18102663's user avatar
1 vote
0 answers
64 views

This issue sounds kind of ridiculous, but I’ve pinned it down as best I can and ruled out anything obvious. When I’ve been logged in as admin and working on my site in a browser for a while (“a while” ...
Avery's user avatar
  • 21
0 votes
1 answer
60 views

I'm trying to build a plugin (complete novice) and on the landing page of my plugin I don't get the 3rd party plugin notices / banners but with all of my sub pages I do. How can I completely remove ...
demo7up's user avatar
  • 178
1 vote
0 answers
64 views

I am using WP (currently v6.5.3) for cross-posting to micro.blog/Mastodon/Bluesky (and occasionally manually posting the items to X or Threads). As such, my posts rarely have titles, which makes it ...
Andrew Jaffe's user avatar
0 votes
0 answers
33 views

I would like to remove few element in the admin page editing part. Here a screen to the elements I want to remove. Thank you !
Brommando's user avatar
0 votes
1 answer
47 views

I accidentally rejected my wordpress admin account! How can I recover it? I would be thankful if you kindly help me with this.
Rouzbeh Khorramdin's user avatar
0 votes
1 answer
50 views

I created a custom settings page like below. add_menu_page( __('Management', 'domain'), __('Management', 'domain'), 'activate_plugins', 'management', // <--- ...
G.D.i's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
116