WordPress updater conflict

Short answer is no — there is no way to completely and reliably prevent your public plugin/theme coming up as duplicate if WP org thinks that it is. There are limited things you can do while it’s active (intercept update requests, unfortunately there isn’t even canonical up–to–date tutorial on that), but that goes out of … Read more

Can a manually uploaded plugin be made to track updates from the WordPress.org plugin directory?

As long as everything was made according to WP best practices all your manually installed versions will update the same as the ones installed from wordpress.org. The updater looks at many things to identify your plugin. However, the most important is the plugin URI (you can change the directory of many plugins and they will … Read more

wordpress.org codebase

You can try out the api.wordpress.org. Take for example the secret MP6 plugin: http://api.wordpress.org/plugins/info/1.0/mp6.xml The current version is given by: <version type=”string”> <![CDATA[ 0.8 ]]> </version> and it looks like the previous versions are listed in the compatibility tag: <compatibility type=”array”> <array key=”3.4.1″> <array key=”1.0.0″> <integer>100</integer> <integer>1</integer> <integer>1</integer> </array> <array key=”1.0.1″> <integer>100</integer> <integer>1</integer> <integer>1</integer> </array> … Read more

Why was my plugin rejected from the WordPress.org repository?

This is because you directly call a PHP file from within your plugin folder. This is bad for two reasons, the first being that some people block direct access to PHP files inside the wp-content folder. The second is you need to include wp-load.php to access the WordPress API. Instead of linking to… site_url().””.”/wp-content/plugins/Printer-Friendly-WP/print.php?id=page_id=”.””. get_the_ID()` … Read more

When did wordpress switched requirements to php7?

The currently required minimal PHP version is still 5.2.4+. The recommended version is 7. According to archive.org since December 2, 2016. Note that many plugins and themes need at least PHP 5.4 or newer nowadays, and that PHP versions below 5.6 do not get security updates anymore and are therefore probably not safe for production. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)