Forum Replies Created

Viewing 15 replies - 1 through 15 (of 58 total)
  • Thread Starter evalast

    (@evalast)

    thx again – im closing it. Just tested my code and it works fine atm.

    Thread Starter evalast

    (@evalast)

    thx for your answer – i changed core files just temporarily. i have a custom frontend handler to let user change their email. value of $_POST[’email’] is just plain text. Using it this way works fine for all roles except the admin user role. No errors in logs and no erros in backend.

    To fix the issue i do not allow the admin role to change the email anymore. I tried saving the values as arrays like

    update_user_meta($user_id, ‘_new_email’, array(’email’ => $new_email));
    update_user_meta($user_id, ‘_email_confirm_key’, array(‘key’ => $confirmation_key));

    for customer role but got errors. this version (strings) works fine as mentioned before – Is this ok:

    ...

    $new_email = sanitize_email($_POST['email']);

    $current_email = $current_user->user_email;

    if ($new_email !== $current_email) {

    // Generate a confirmation key
    $confirmation_key = wp_generate_password(20, false);
    update_user_meta($user_id, '_new_email', $new_email);
    update_user_meta($user_id, '_email_confirm_key', $confirmation_key);

    ...
    Thread Starter evalast

    (@evalast)

    Seems like this happens if there is a pending email change reqest for the admin email address? i clicked cancel, roled back changes of the user-edit.php file and now it works.

    Thread Starter evalast

    (@evalast)

    NO addon

    Thread Starter evalast

    (@evalast)

    Hi, i did. It is the same – getting the id and updating the status works in the default WP way, Rest Api, Custom endpoint, in WP actions fine without ATUM activated, but with, it is slow.
    Just try the following – it is the default way of doing it – exactley what im using.

           $order = wc_get_order($order_id);
    // Update the order status
    $order->set_status('cancelled', 'Order status updated by custom endpoint.');
    $order->save(); // Save the changes to the database


    I also tried the older Version to do it - the same. Just slow with ATUM activated:

    $order = wc_get_order($order_id);
    $order->update_status('cancelled', 'Order status updated by custom endpoint.');
    Thread Starter evalast

    (@evalast)

    Looks like its a PHP 8.2 problem instead of a WP Problem. I just switched to 8.1 and it works fine – it uses ~150MB of memory. Memory of PHP 8.2 in my case brings my test server almost to hold because of high memory usage – at least twice of 8.1. Looks like thats the problem. Some say its a memory leak…

    Thread Starter evalast

    (@evalast)

    I tested my site with / without Woocmmerce, with / without plugins, new installation, default wp themes, woo storefront theme and so on. Building websites on top of wp since 2006 now, and this is the first time i was not able to solve the slow response with any optimization like cdn and so on further till i read this topic

    https://www.ads-software.com/support/topic/wordpress-very-slow-slow-server-response/#post-16628788

    and just tried and find out…

    • This reply was modified 12 months ago by evalast.
    Thread Starter evalast

    (@evalast)

    Looks like i had to do the “Save permalinks” magic trick to make it work on the main category archive page but it does not work on paged pages like
    …com/articles/category/restaurant/page/2/

    • This reply was modified 1 year ago by evalast.
    Thread Starter evalast

    (@evalast)

    Looks like there is another issue on my front. Thx a lot. best

    Thread Starter evalast

    (@evalast)

    Hi – i did what you said, but still getting the warnig in the latest versoin. i just checked everything again and saw that my cronjobs did not work since a few months. I fixed it – so i guess it has something to do with my cronjob issue. Any idea how to fix this issue? Running older cronjobs are not possible because it says they failed. i guess the plugin did not update properly since a few versions… i dont know.., any idea?

    Thread Starter evalast

    (@evalast)

    Hi – tried again and saw that my function only works when im on the Customers view not at the ALL view – regardless if your plugin is active or not. Im not sure which causes this issue but atm i fixed my problem a bit different without the code snippet. Thx for your help, best

    • This reply was modified 1 year, 5 months ago by evalast.
    Thread Starter evalast

    (@evalast)

    Thx – can i ignore the warning or should i wait before switching to HPOS?

    Thread Starter evalast

    (@evalast)

    Hi Jose, any plans to look into this?

    Thread Starter evalast

    (@evalast)

    thx for your feedback – ill check it again.

    Thread Starter evalast

    (@evalast)

    I think i found the Problem. When i import the backup database it works fine, till i save the admin url settings in “…wp-admin/admin.php?page=eos_dp_admin_url”

    After that the new values in the options table under
    eos_dp_by_admin_url
    changes the format. I compared both values before and after saving. Here they are, maybe you can find out whats causing this issue. I compared both values with diffnow.com and saw that they are different!

    For example – the working value ends with

    “…wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php”;}}”

    and the value after saving with

    “…wt-advanced-order-number.php”;s:1:”f”;s:1:”1″;}}”

    Backup database value

    a:7:{i:0;a:2:{s:3:"url";s:67:"*admin.php?page=op-warehouses&op-action=adjust_stock&warehouse_id=*";s:7:"plugins";s:2790:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:1;a:2:{s:3:"url";s:54:"*admin.php?page=op-warehouses&op-action=inventory&id=*";s:7:"plugins";s:2790:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:2;a:2:{s:3:"url";s:43:"*admin.php?page=op-transactions&warehouse=*";s:7:"plugins";s:2790:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:3;a:2:{s:3:"url";s:40:"*edit.php?post_type=atum_purchase_order*";s:7:"plugins";s:2760:",business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:4;a:2:{s:3:"url";s:43:"*admin.php?page=welcome-subenin-yoneticisi*";s:7:"plugins";s:2802:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,,wp-author-slug/wp-author-slug.php,,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:5;a:2:{s:3:"url";s:37:"*admin.php?page=stp_checklist_option*";s:7:"plugins";s:2943:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,disable-dashboard-for-woocommerce/disable-dashboard-for-woocommerce.php,disable-embeds/disable-embeds.php,disable-global-style/disable-global-style.php,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,woocommerce/woocommerce.php,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}i:6;a:2:{s:3:"url";s:32:"*comment.php?action=editcomment*";s:7:"plugins";s:2976:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,disable-dashboard-for-woocommerce/disable-dashboard-for-woocommerce.php,disable-embeds/disable-embeds.php,disable-global-style/disable-global-style.php,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,woocommerce/woocommerce.php,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";}}

    Value after saving the admin url settings in …wp-admin/admin.php?page=eos_dp_admin_url

    a:7:{i:0;a:3:{s:3:"url";s:67:"*admin.php?page=op-warehouses&op-action=adjust_stock&warehouse_id=*";s:7:"plugins";s:2714:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:1;a:3:{s:3:"url";s:54:"*admin.php?page=op-warehouses&op-action=inventory&id=*";s:7:"plugins";s:2714:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:2;a:3:{s:3:"url";s:43:"*admin.php?page=op-transactions&warehouse=*";s:7:"plugins";s:2714:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:3;a:3:{s:3:"url";s:40:"*edit.php?post_type=atum_purchase_order*";s:7:"plugins";s:2684:",business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:4;a:3:{s:3:"url";s:43:"*admin.php?page=welcome-subenin-yoneticisi*";s:7:"plugins";s:2726:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,,disable-embeds/disable-embeds.php,,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,,wp-author-slug/wp-author-slug.php,,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:5;a:3:{s:3:"url";s:37:"*admin.php?page=stp_checklist_option*";s:7:"plugins";s:2867:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,disable-dashboard-for-woocommerce/disable-dashboard-for-woocommerce.php,disable-embeds/disable-embeds.php,disable-global-style/disable-global-style.php,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,woocommerce/woocommerce.php,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}i:6;a:3:{s:3:"url";s:32:"*comment.php?action=editcomment*";s:7:"plugins";s:2900:"atum-stock-manager-for-woocommerce/atum-stock-manager-for-woocommerce.php,business-manager/business-manager.php,change-wp-admin-login/change-wp-admin-login.php,custom-upload-folder/custom-upload-folder.php,defer-transictional-emails-for-woocommerce/defer-transactional-emails-for-woocommerce.php,delete-expired-transients/delete-expired-transients.php,disable-dashboard-for-woocommerce/disable-dashboard-for-woocommerce.php,disable-embeds/disable-embeds.php,disable-global-style/disable-global-style.php,disable-lazy-loading/disable-lazy-loading.php,disable-media-sizes/disable-media-sizes.php,disable-xml-rpc/disable-xml-rpc.php,,,filter-featured-products/filter-featured.php,,host-analyticsjs-local/host-analyticsjs-local.php,index-wp-mysql-for-speed/index-wp-mysql-for-speed.php,kb-support/kb-support.php,leira-roles/leira-roles.php,limit-login-attempts-reloaded/limit-login-attempts-reloaded.php,metronet-profile-picture/metronet-profile-picture.php,mu-manager/mu-manager.php,nm-custom-code/nm-custom-code.php,nm-theme-settings/nm-theme-settings.php,own-best-rated-products-carousel/own-best-rated-products-carousel.php,own-ceckout-contracts/own-ceckout-contracts.php,own-checklists/own-checklists.php,own-copy-protection/own-copy-protection.php,own-featured-products-crousel/own-featured-products-crousel.php,own-fullwidth-hero-category-carousel/own-fullwidth-hero-category-carousel.php,own-last-viewed-products-carousel/own-last-viewed-products-carousel.php,own-most-sold-products-carousel/own-most-sold-products-carousel.php,own-newest-products-carousel/own-newest-products-carousel.php,own-on-sale-products-carousel/own-on-sale-products-carousel.php,own-posts-hero-category-carousel/own-posts-hero-category-carousel.php,own-product-categories-by-id-carousel/own-product-categories-by-id-carousel.php,own-search-only-for-article-post-type/own-search-only-for-article-post-type.php,own-shopping-benefits-carousel/own-shopping-benefits-carousel.php,own-testimonials-category-carousel/own-testimonials-category-carousel.php,plugin-notes-plus/plugin-notes-plus.php,remove-jquery-migrate/remove-jquery-migrate.php,seo-by-rank-math-custom-functions/seo-by-rank-math-custom-functions.php,show-modified-date-in-admin-lists/show-modified-date-in-admin-lists.php,show-only-lowest-prices-in-woocommerce-variable-products/show-lowest-woo-variable-prices.php,smart-attachment-page-remove/smart-attachment-page-remove.php,wc-cash-on-pickup/wc-cash-on-pickup.php,wc-invoice-gateway/wc-invoice-gateway.php,woo-preview-emails/woocommerce-preview-emails.php,woocommerce-customers-manager/customers-manager.php,woocommerce-delivery-notes/woocommerce-delivery-notes.php,woocommerce-openpos/woocommerce-openpos.php,woocommerce/woocommerce.php,wp-author-slug/wp-author-slug.php,wp-dashboard-messages/index.php,wp-head-cleaner/wp-head-cleaner.php,,wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php";s:1:"f";s:1:"1";}}
    • This reply was modified 2 years ago by evalast.
Viewing 15 replies - 1 through 15 (of 58 total)