dabasys
Forum Replies Created
-
I figured it out. I could just build a new array and use the update_option function:)
I figured out that the data actually is stored in “wpseo_taxonomy_meta” in wp_options table, as some sort of json.
Does a function exist to update that? Or is this a manual proces?
Forum: Fixing WordPress
In reply to: custom sorting in woocommerce – numbers arent sorting right?meta_value_num is the keyword, thanks myself;)
Forum: Fixing WordPress
In reply to: custom sorting in woocommerce – numbers arent sorting right?I guess its because it treat it is as string, I can see that same result in the database… so how can I make woocommerce/wordpress cast it to decimal?
Forum: Plugins
In reply to: [WooCommerce] set frontpage to product archive with specific sortingThanks – the redirect solution is perfect:)
Forum: Everything else WordPress
In reply to: Trialware is not permittedThanks for the input.
I guess that makes my plugin in the JetPack category. As the free functionality in my plugin always will be there, and the plugin will be functional. But you can pay to get data into the plugin from a webserivce and then unlock some extra features based on that data.
So as I understand it – that would be okay with wordpress:)
Thanks again for your input, will finish off version 1.0 of my plugin, and get it reviewed – then I hope it will get accepted:)
Forum: Developing with WordPress
In reply to: function for uploading files?Just use standard php functions;) file_put_contents – thank you myself;)
- This reply was modified 7 years, 2 months ago by dabasys.
Forum: Plugins
In reply to: [WooCommerce] woocommerce_thankyou not workingAm I the only one who got this problem?
Forum: Plugins
In reply to: get post url according to permalink structureNevermind, looks like its the get_permalink() i was after:)