Profiles

  • Member Since: July 24th, 2010
  • Find me on:
  • Posted a reply to Does your negative feedback form work?, on the site WordPress.org Forums:
    I saw the reason(s) WHY the form is not working:look at the source code on…

  • Created a topic, Does your negative feedback form work?, on the site WordPress.org Forums:
    Hi, Please test what your customers see if they cli…

  • Created a topic, Great way to use OpenAI API on your site, on the site WordPress.org Forums:
    After researching OpenAI's API code and code examples,…

  • Created a topic, GTIN in WC product tab, but NOT in this plugin’s tab, on the site WordPress.org Forums:
    Why doesn't this plugin PULL the gtin from the WC prod…

  • Created a topic, formidablepro2pdf is down, on the site WordPress.org Forums:
    Hi, formidablepro2pdf.com is down, not coming up in t…

  • Created a topic, add gift subscription personal message on checkout page, on the site WordPress.org Forums:
    can this be done? if yes, how? 1) add simple input fi…

  • Created a topic, WC product not showing description, on the site WordPress.org Forums:
    I'm using Storefront. I have WC bundle (designer), etc…

  • Posted a reply to WC Gift Subscription – allow user to be email adress, on the site WordPress.org Forums:
    close

  • Posted a reply to WC Gift Subscription – allow user to be email adress, on the site WordPress.org Forums:
    Well, I guess it was a cache issue? It's working now.

  • Posted a reply to WC Gift Subscription – allow user to be email adress, on the site WordPress.org Forums:
    update: This code doesn't create the error: add_filter( 'woocommerce_new_customer_data', function( $data ) { $data['user_login'] =…

  • Created a topic, WC Gift Subscription – allow user to be email adress, on the site WordPress.org Forums:
    I found issue where WooCommerce Subscriptions Gifting …

  • Created a topic, how to prevent user from changing email address, on the site WordPress.org Forums:
    Is this a simple way to disable the ability for a WC u…

  • Posted a reply to How to allow subscription payment coupon WITH free trail, on the site WordPress.org Forums:
    PS. we are not charging any upfront payment. only want to discount future payments. BUT…

  • Created a topic, How to allow subscription payment coupon WITH free trail, on the site WordPress.org Forums:
    why is this code in the core? // ignore non-subscript…

  • Posted a reply to checkout page gift subscription au, on the site WordPress.org Forums:
    Hello... I was incorrect, your code does keep the check box checked :) but it…

  • Posted a reply to checkout page gift subscription au, on the site WordPress.org Forums:
    Hi @laceyrod note: this field is for the WC Gift Subscription checkbox, where the "gifting_999_option"…

  • Created a topic, Automatically checking Checkbox, not staying checked, on the site WordPress.org Forums:
    The code below is working except the checkbox on check…

  • Created a topic, checkout page gift subscription au, on the site WordPress.org Forums:
    Hi, This code I can "See" is working and the checkbox …

  • Posted a reply to how to NOT show a dashboard for regular user, on the site WordPress.org Forums:
    this is working: function checkFunc() { global $pagenow; if ( 'index.php' == $pagenow or 'profile.php'…

  • Posted a reply to how to NOT show a dashboard for regular user, on the site WordPress.org Forums:
    Question is there a difference between allowing a user (meaning a subscriber) to "execute" wp-admin…

  • Created a topic, how to NOT show a dashboard for regular user, on the site WordPress.org Forums:
    Hello, This is trickier than it seems... please read w…

  • Posted a reply to besides init hook, which can I prevent user access to WP dashboard, on the site WordPress.org Forums:
    So... I tried this: // PREVENT any non admin person from seeing admin pages function…

  • Posted a reply to besides init hook, which can I prevent user access to WP dashboard, on the site WordPress.org Forums:
    Hi @ketanvyawahare,  thanks for the help. So I saw a bad side effect on using…

  • Posted a reply to besides init hook, which can I prevent user access to WP dashboard, on the site WordPress.org Forums:
    https://codex.wordpress.org/Plugin_API/Action_Reference/admin_init 1) that means ANY user will have the admin_init hook fired, correct? 2) is…

  • Posted a reply to besides init hook, which can I prevent user access to WP dashboard, on the site WordPress.org Forums:
    https://codex.wordpress.org/Plugin_API/Action_Reference/admin_init that means ANY user will have the admin_init hook fired, correct? thanks

  • Created a topic, besides init hook, which can I prevent user access to WP dashboard, on the site WordPress.org Forums:
    my init function already does something I can't move/c…

  • Posted a reply to what hook should be used to restrict page access based on user, on the site WordPress.org Forums:
    THANK YOU bcworkz... this type of information is GOLD. extremely needed (can't be found anywhere?)…

  • Posted a reply to login_redirect issue, on the site WordPress.org Forums:
    thanks bcworkz, :) from your other post to mine (thanks for that link!) I see…

  • Posted a reply to what hook should be used to restrict page access based on user, on the site WordPress.org Forums:
    bcworks... that is the BEST page on this site :) thank you for linking it!…

  • Posted a reply to login_redirect issue, on the site WordPress.org Forums:
    so very odd... if (isset($user->roles) && is_array($user->roles)) { write_log_('user has roles'); } the above is…

  • Created a topic, login_redirect issue, on the site WordPress.org Forums:
    Can someone explain? the login_redirect() hook is bei…

  • Posted a reply to what hook should be used to restrict page access based on user, on the site WordPress.org Forums:
    Thanks crstauf, so the order of calling between template_redirect vs login_redirect is what? I'm a…

  • Created a topic, what hook should be used to restrict page access based on user, on the site WordPress.org Forums:
    Is there a consensus of WHICH hook should be used to r…

  • Posted a reply to login_redirect not working correctly, on the site WordPress.org Forums:
    Thanks carike, but surely there is a WP Core page that "offers" the latest explanation?…

  • Posted a reply to login_redirect not working correctly, on the site WordPress.org Forums:
    yes, certain user levels (subscribers) no matter where they came from (or how they got…

  • Posted a reply to login_redirect not working correctly, on the site WordPress.org Forums:
    Uhmmm, carike, do you have a method you use or know of a site that…

  • Created a topic, login_redirect not working correctly, on the site WordPress.org Forums:
    On a restricted page, I just added this script: <?…

  • Posted a reply to what are the simple hooks, filters, process to restrict page access, on the site WordPress.org Forums:
    So I had over looked something, it keeps the logged in user ON the login…

  • Posted a reply to what are the simple hooks, filters, process to restrict page access, on the site WordPress.org Forums:
    Chintesh Prajapati, 2 words THANK YOU! :) yes! simple. and it just works... I appreciate…

  • Created a topic, what are the simple hooks, filters, process to restrict page access, on the site WordPress.org Forums:
    hello, Without using a plugin, looking to only do the…

  • Created a topic, how to monitor/scan authenticated user uploaded files, on the site WordPress.org Forums:
    Is there an agentless or cloud service, (or maybe a gr…

  • Posted a reply to WP core function to insert or update password, on the site WordPress.org Forums:
    Hi carike, Is there a difference between using REST API and writing my own code…

  • Created a topic, WP core function to insert or update password, on the site WordPress.org Forums:
    What is the best way (ie. secure way) to insert a new …

  • Posted a reply to does WP have a function to ensure an uploaded image is really an image?, on the site WordPress.org Forums:
    Thanks but a file type isn't a solid/secure way to ensure a jpg is really…

  • Created a topic, does WP have a function to ensure an uploaded image is really an image?, on the site WordPress.org Forums:
    I have a plugin and looking to make sure that any uplo…

  • Posted a reply to center logo in header 2019, on the site WordPress.org Forums:
    Thanks Jarret, but I just added a child header file and replaced content in the…

  • Posted a reply to center logo in header 2019, on the site WordPress.org Forums:
    OR thinking... I should just edit the header.php file for the child?

  • Created a topic, center logo in header 2019, on the site WordPress.org Forums:
    How to do it in 2019 child theme? Every css option I'v…

  • Posted a reply to can you authenticate a user via another WP install?, on the site WordPress.org Forums:
    Thanks Jnash, I had saw that thread from 2 years ago and tried to reach…

  • Created a topic, can you authenticate a user via another WP install?, on the site WordPress.org Forums:
    I have 2 WP installs: WP_SUBSCRIPTIONS site and WP_ME…