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
165 questions
1
vote
2 answers

Get WooCommerce product variation attribute terms in admin products general box

I display the id and sku of each variable product in the general tab - of the wp admin product data box with the following code. Any idea how to get the the variable product attribute name too - in this case "test 1" and "test 2"? The…
evavienna
  • 747
  • 6
  • 19
1
vote
0 answers

WordPress - Maintaining two /wp-admin/ sites on one server

I am trying to setup two WordPress-sites on the same server. One is for live usage, the other is for development. Both should have completely independent Databases, so I can try some long-term upgrades on the dev site. I want to be able to login…
Loxbie
  • 11
  • 2
1
vote
1 answer

Showing custom taxonomy in the "edit post" admin page

I created a custom taxonomy using the following code. Everything works almost perfectly, this one is created. It is available in the admin side menu, as well as in the quick edition on the article listing page. However, I don't have it in the "edit…
1
vote
1 answer

How do you add custom field to woocommerce product attribute

I want to include a simple in the edit attribute form. (/wp-admin/edit.php?post_type=product&page=product_attributes&edit=55) Is this possible? Everything i've found on SO is concerned with adding fields to products or taxonomies, if I am not…
gregbast1994
  • 302
  • 2
  • 14
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
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
  • 129
  • 8
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
  • 63
  • 1
  • 7
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
  • 35
  • 3
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 fix the HTTPS Wordpress wp-admin redirect loop

I know there is a lot of questions like this but none has given me an answer that resolved my problem with my WordPress wp-admin/ page, the browser throws an ERR_TOO_MANY_REDIRECTS error, I have disabled all plugins, cleared my cache and cookies,…
JuanLT
  • 43
  • 6
1
2
3
10 11