Profiles

  • Member Since: May 31st, 2014
  • Find me on:
  • Posted a reply to Sendgrid not hitting hotmail inbox, on the site WordPress.org Forums:
    Ok thanks, done. Hope they can sort something out.

  • Created a topic, Sendgrid not hitting hotmail inbox, on the site WordPress.org Forums:
    Hi, I followed your guide here: https://wpmailsmtp.co…

  • Created a topic, Woocommerce combine add_to_cart and add_fee not working, on the site WordPress.org Forums:
    I am trying to add a fee to my code but it is not addi…

  • Posted a reply to Issue with serialized array values acting “invisible”, on the site WordPress.org Forums:
    Ok an update after further testing: public static function get_business_vars($key) { global $post; $results =…

  • Posted a reply to Issue with serialized array values acting “invisible”, on the site WordPress.org Forums:
    The key is found. As explained above, if I echo $code = get_business_vars('custom_code') I get…

  • Posted a reply to Issue with serialized array values acting “invisible”, on the site WordPress.org Forums:
    Hi Joy, That code was just an example, it should have been ==. So, do…

  • Created a topic, Issue with serialized array values acting “invisible”, on the site WordPress.org Forums:
    This is kind of a strange one. Some background: I hav…

  • Posted a reply to How to create custom location for add_filter?, on the site WordPress.org Forums:
    That's interesting. I actually got it working about 30 minutes ago using add_action. I was…

  • Posted a reply to How to create custom location for add_filter?, on the site WordPress.org Forums:
    I have also tried changing add_filter to add_action and still no output.

  • Posted a reply to How to create custom location for add_filter?, on the site WordPress.org Forums:
    My custom hook is being used in a page within my plugin. Please can you…

  • Posted a reply to Nonce being receieved by endpoint but failing check, on the site WordPress.org Forums:
    Thanks bcworkz, I think an ajax solution is worth researching as it sounds like it…

  • Created a topic, How to create custom location for add_filter?, on the site WordPress.org Forums:
    Hi, I have a custom.php page in my Wordpress plugin w…

  • Posted a reply to Nonce being receieved by endpoint but failing check, on the site WordPress.org Forums:
    Hi bcworks, I will try and answer as best I can. 1. The input form…

  • Posted a reply to Nonce being receieved by endpoint but failing check, on the site WordPress.org Forums:
    I mean, am I going about this in all the wrong way? All I am…

  • Created a topic, Nonce being receieved by endpoint but failing check, on the site WordPress.org Forums:
    Can anyone spot the error in this code please? custom…

  • Posted a reply to Advice on custom table structure, on the site WordPress.org Forums:
    Ah that's something I had not considered. So table 1 would house: userid, custom1, 2,…

  • Posted a reply to Advice on custom table structure, on the site WordPress.org Forums:
    Hi Bcworkz, Thanks, it wasn't the code I was hooked on, it was the question.…

  • Posted a reply to How to store javascript externally when it utilises php variables?, on the site WordPress.org Forums:
    Thanks for taking the time to respond. As with most things, a leg up and…

  • Created a topic, Advice on custom table structure, on the site WordPress.org Forums:
    Hi, I am currently storing my custom data from my plu…

  • Posted a reply to How to store javascript externally when it utilises php variables?, on the site WordPress.org Forums:
    Simply changing JQuery to jQuery made it all come alive! Thank you so much for…

  • Posted a reply to How to store javascript externally when it utilises php variables?, on the site WordPress.org Forums:
    Thanks for responding Joy. This is what I have come up with so far in…

  • Created a topic, How to store javascript externally when it utilises php variables?, on the site WordPress.org Forums:
    Hi, I have been developing a custom extension for my …

  • Posted a reply to User meta – optimal storage query, on the site WordPress.org Forums:
    Fair point Dion, thanks for your reply. So, look into a new table to house…

  • Created a topic, User meta – optimal storage query, on the site WordPress.org Forums:
    Hi, I have created a custom plugin for my Wordpress s…

  • Posted a reply to Help with custom meta storage, on the site WordPress.org Forums:
    Thanks yes, I read that earlier and it makes it very simple. The thing I…

  • Created a topic, Help with custom meta storage, on the site WordPress.org Forums:
    Hi, I have a business directory with a post-type >…

  • Posted a reply to Looking for advice on data structure, on the site WordPress.org Forums:
    I'm sorry I don't understand

  • Created a topic, Looking for advice on data structure, on the site WordPress.org Forums:
    Hi there, I am attempting to create a custom plugin a…

  • Posted a reply to Min and max quantities, on the site WordPress.org Forums:
    Hi there, Using the variations I don't believe there is a way to set the…

  • Created a topic, Min and max quantities, on the site WordPress.org Forums:
    Hi, I have a product which I wish to discount when 5 …