David Chandra Purnama

Results 9 comments of David Chandra Purnama

@westonruter Is there a way/filter to remove this featured image notice?

@jeffpaul > If this subsite is archived, marked as spam, or marked as deleted (but not actually deleted), we can't cover it with any redirect rules - rules on the...

This is tricky, library dependency is hard in WP. My solution is to run each library in each (unique) instance. In my updater solution, https://github.com/turtlepod/fx-updater/blob/master/includes/updater.php I add in docs: >...

What is the reason `wp_get_current_user()` is not loaded in current instance? I'm not sure, is it possible that the cause is because you use custom endpoint for API call (from...

here's the docs link https://genbumedia.com/docs/fx-updater-docs/ I understand that it's very limited, but let me know if anything is not clear enough.

to get the slug use `plugin_basename( __FILE__ )`. however this script need complete rewrite. in a way I'm not recommending to use this script. there's a lot that need to...

@oferwald thanks. about service: no plan for that. you need to read this docs if you want proper sanitation for plugin sections: http://autohosted.com/docs/plugin-sections-allowed-tags/

Hi @Henk57 Inactive theme/plugin code are not loaded/run. So, the updater is on inactive theme/plugin, no update will happen/displayed. Inactive theme/plugin hosted at wordpress.org will still show, because it's how...