Questions tagged [wp-admin]

The WordPress admin area is the administration center of a WordPress powered website.

An administrator has full access to all the sections within the WordPress Admin Area. Users with other roles such as editor, contributor, or author have limited access to the admin area.

Some users such as users with the subscriber role only have access to their profile page inside the admin area.

More Information:

  1. WP Admin documentation
  2. WP Admin Plugin
  3. WP Admin One page explanation
196 questions
1
vote
1 answer

Enable woocommerce actions screen option by default in wordpress

I am building a plugin that adds a new option to the the woocommerce order actions column on the orders page. To ensure this is used right, I want to programmatically make sure that the actions screen option (as in the column) is rendered. I have…
1
vote
1 answer

undefined function wp_raise_memory_limit() in wordpress

Hi I have an Error from wp-admin in wordpress 4.5.15 wp-admin show me a blank page . in debug mode show me this Error : Fatal error: Uncaught Error: Call to undefined function wp_raise_memory_limit() in…
1
vote
1 answer

Wordpress PHP.INI nightmare

I tried uploading a theme and i got the error 'The uploaded file exceeds the upload_max_filesize directive in php.ini.' First, I couldn't find a php.ini file, then I sought help and I was told to create it which I did and also edited. Till date,…
1
vote
2 answers

How to change .../wp-admin/... (not just the login page)

As a process of white labeling WordPress websites for my clients I was wondering if I can mask admin panel URLs from…
Babak Y.
  • 13
  • 4
1
vote
0 answers

get-tagcloud (admin-ajax.php)call is working for administrator accounts but not working for editors account

I have a custom post type (Question) in WordPress. When an editor clicks on "Choose from the most used tags" from add question page, it does not call admin-ajax.php (Same behavior as default post and is working for editor account), but if I log-in…
Amir Hussain
  • 139
  • 9
1
vote
0 answers

User listing in wp-admin user.php / user list page

I need to display some custom order in user list page, but I need to use two type of meta_keys, one is working how can I add another one? This is I tried with one with meta_key, I need another one (meta_key) to use $query->set('meta_key',…
1
vote
0 answers

Settings, Appearance and Plugins not Showing in WordPress Admin Panel

Settings, Appearance and plugins are not showing in WordPress admin panel though the site is running. I have gone through a lot of documentation and tried changing wp-config file but in vain
Dev
  • 111
  • 1
  • 13
1
vote
1 answer

Wordpress wp-admin: add list of pages as submenu items under pages

I would like to customize my wp-admin pages tab like my attachment, I tried with many code but couldn't fix it. I would like to display my crested page list under the "pages" menu in wp-admin. I could successfully created a custom menu using this…
1
vote
1 answer

Set the product type to "variable" by default in admin new product pages

I'm creating a WooCommerce store with variable products only. When creating new products I always need to manually change the Product Data to Variable Product. When you have hundreds of products, this is becoming kind of a pain :) I've searched…
Exdefoot
  • 77
  • 6
1
vote
1 answer

Auto populate excluded products in WooCommerce coupons

I am looking for a way to not have to manually exclude products from coupons based upon the product ID that the coupon should apply to. Thus, build an array of all product IDs in the shop that will then populate the excluded products field minus the…
per4manz
  • 11
  • 1
1
vote
0 answers

How can I migrate a Locally hosted Wordpress site to a remote host?

I have a website on my locally hosted XAMMP server (Windows). I need to transfer this over to 123Reg. The XAMPP server runs: PHP 7.3.2 and MySQL 5.5.5; and the 123Reg server runs:PHP 7.2.16 and MySQL 5.5.5 I have tried using Duplicator. It works…
timb123
  • 19
  • 5
1
vote
1 answer

How to change labels in the projects page in wp-admin wordpress?

​I want to change labels in this page ex: Client -> Owner What is the file name where I can change these labels from? screenshot: https://snag.gy/75oUTb.jpg I tried to do it by javascript, but it caused effect on all website pages, on previewing,…
Marwa
  • 29
  • 1
  • 4
1
vote
0 answers

Warning: Unexpected character in input: '' (ASCII=127) state=0

I got this problem Warning: Unexpected character in input: '' (ASCII=127) state=0 in /home/penumbr9/public_html/wp-load.php(1) : eval()'d code on line 1 Parse error: in /home/penumbr9/public_html/wp-load.php(1) : eval()'d code on line…
Rushdiey
  • 133
  • 1
  • 1
  • 15
1
vote
1 answer

How to limit wp-admin to search only titles

I'm trying to limit the search in the WP admin area to just post titles. I found code that offered a suggestion, however, this is not limiting the search to only the post/page titles: add_filter( 'posts_search', 'wpse_45153_filter_search', null, 2…
irishrunner16
  • 63
  • 1
  • 8
1
vote
1 answer

WordPress Admin - Scripts loading but not executing?

I am trying to load and execute a series of script files within wp-admin, more specifically on the post edits screens. At present, I am able to successfully load the files, but nothing is actually working/executing. There are no console errors…
dungey_140
  • 2,602
  • 7
  • 34
  • 68
1 2
3
13 14