Profiles

  • Member Since: April 26th, 2017
  • Find me on:
  • Posted a reply to Ver 10.5.0 Function wc_enqueue_js is deprecated, on the site WordPress.org Forums:
    @saivutukuru Hi So why is this function still used in the latest version of WooCommerce?wc-core-functions.php…

  • Posted a reply to Blocking Malicious /cart?remove_item= Requests, on the site WordPress.org Forums:
    @shahzeenfarooq Thank you for your explanation. All requests are cookieless and from data centersI have…

  • Created a topic, Blocking Malicious /cart?remove_item= Requests, on the site WordPress.org Forums:
    Hi, My WooCommerce site is receiving thousands of m…

  • Created a topic, Order properties should not be accessed directly, on the site WordPress.org Forums:
    Hi, I updated WooCommerceThis error occurs in debug…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    @lovingbro @thelmachido @saivutukuru @shahzeenfarooq Dear friendsI found the main cause of the error.All products that…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    @lovingbro Hi, I get this error when I use this widget with the Jannah theme.I…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    Hi @saivutukuru Both simple and variable productsThe widget only has a link to the product…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    To install the widget, from the WordPress dashboard and the widgets section, I drag the…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    @lovingbro https://pastebin.com/5FCWsRs7

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    Yes, these are exactly the widgets of WooCommerce itself, whose names I told you in…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    I found the problemBut I don't know how to solve itWhen I enable WooCommerce widgets…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    Changing to Php 8.2 did not solve the problem.

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    $args['posts_per_page'] = tie_get_option( 'related_products_number', $columns );change to $args['posts_per_page'] = (int) tie_get_option( 'related_products_number', $columns ); For…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    I solved this problem “Invalid limit type passed to wc_get_related_products”But still PHP Deprecated: str_contains(): problem…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    Invalid limit type passed to wc_get_related_products. Expected integer, got string with value: "3" I only…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    @saivutukuru Thank you very much for your attention and guidanceBut I don't see the PHP…

  • Posted a reply to PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    @saivutukuru I disabled all pluginsThen I tried with Twenty Twenty-Five themeWhen WooCommerce is enabled, the…

  • Created a topic, PHP Deprecated: str_contains():, on the site WordPress.org Forums:
    The host’s php version is 8.1.The WordPress version is…

  • Posted a reply to PHP Deprecated: str_contains(): Passing null to parameter #1 ($haystack), on the site WordPress.org Forums:
    I put the site in maintenance mode and deactivated all pluginsThen I activated them one…

  • Posted a reply to PHP Deprecated: str_contains(): Passing null to parameter #1 ($haystack), on the site WordPress.org Forums:
    Unfortunately, the link you sent me did not help solve my problem.

  • Created a topic, PHP Deprecated: str_contains(): Passing null to parameter #1 ($haystack), on the site WordPress.org Forums:
    Hi, The host's php version is 8.1.The WordPress ver…

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @shahzeenfarooq It disappeared temporarily and reappeared after about 20 minutes. WooCommerce → Status → Scheduled…

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @shahzeenfarooq I did everything you saidBut after a while, the same error appears again in…

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @shahzeenfarooq I deactivated all plugins and only WooCommerce plugin was active.I also changed the theme…

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @mosesmedh https://pastebin.com/5FCWsRs7

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @lovingbro @shahzeenfarooq @chrism245 I have disabled all plugins except WooCommerce. I tested with the default…

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    Unfortunately, this error occurs again in the default theme (2025)

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @chrism245 @shahzeenfarooq @lovingbro When I change the theme to the default WordPress theme, this error…

  • Posted a reply to How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    @misulicus Thank you very much for your good adviceThe problem is completely solved.

  • Posted a reply to Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    @lovingbro 1- in server error_log 2-no 3-no

  • Created a topic, Commands out of sync; you can’t run this command now, on the site WordPress.org Forums:
    These errors occur in the error_log. [14-Oct-2…

  • Posted a reply to How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    @misulicus I solved the price issueBut how can I show the add-on name on the…

  • Posted a reply to How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    HI @misulicus <?php// Add selected Addon to the cart itemfunction edd_pa_addons_to_cart_item( $item ) { if…

  • Posted a reply to How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    Hi @misulicus I have tried multiple solutions, including the snippets you suggested: add_filter('edd_add_to_cart_item', 'edd_pa_addons_to_cart_item', 999);add_filter('edd_cart_item_price',…

  • Posted a reply to How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    Thank you for the code. However, the provided function only calculates the addon total but…

  • Created a topic, How EDD Handles Prices for Variable Products, on the site WordPress.org Forums:
    Hi, I am developing a product add-on plugin for EDD…

  • Created a topic, Default item price in variable products, on the site WordPress.org Forums:
    For variable products, when a variable item is added t…

  • Posted a reply to sale start and end dates, on the site WordPress.org Forums:
    Hey @misulicus I solved this problem well.

  • Posted a reply to sale start and end dates, on the site WordPress.org Forums:
    No I want to add this section to Edd and just need this

  • Posted a reply to sale start and end dates, on the site WordPress.org Forums:
    Hi @misulicus How can I reset the Sale Price value for a variable item after…

  • Created a topic, sale start and end dates, on the site WordPress.org Forums:
    I want to create a scheduled start and end date for a …

  • Posted a reply to hack a search form with SQL injections, on the site WordPress.org Forums:
    @vinod-dalvi I just removed the Ivory Search plugin and the problem was fixed and these…

  • Posted a reply to WordPress database error (regular expression), on the site WordPress.org Forums:
    @threadi Thank you very muchWhen I check from cPanel, I see that the website is…

  • Created a topic, hack a search form with SQL injections, on the site WordPress.org Forums:
    I have been using Ivory Search version 5.5.11 in the h…

  • Posted a reply to WordPress database error (regular expression), on the site WordPress.org Forums:
    Hi @threadi Yes, I use a search form in the headerFrom the Ivory Search plugin.…

  • Created a topic, WordPress database error (regular expression), on the site WordPress.org Forums:
    A very strange error has been logged in the error log.…

  • Posted a reply to WordPress database error Commands out of sync, on the site WordPress.org Forums:
    Hi dear @serafinnyc Both WooCommerce and Action Scheduler are up to date.I did the steps…

  • Created a topic, WordPress database error Commands out of sync, on the site WordPress.org Forums:
    HiHow do I fix this WordPress error that seems to be r…

  • Created a topic, actionscheduler error, on the site WordPress.org Forums:
    HelloThis error is stored in WordPress.How do I fix it…

  • Posted a reply to Order status not changing, on the site WordPress.org Forums:
    The problem is that woocommerce_cancel_unpaid_orders is not in the scheduler pending list.It will appear again…