Skip to content

This plugin for Wordpress CMS which when enabled will replace api.wordpress.org with a mirror API domain which is specified in the config file with the constant API_MIRROR.

License

Notifications You must be signed in to change notification settings

namithj/api-mirror-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Add the code below (by replacing the mirror url off course) to your wp-config and activate the plugin.

if ( ! defined( 'API_MIRROR' ) ) {
	define( 'API_MIRROR', 'api.freewordpress.org' );
}

Use at your own risk.

About

This plugin for Wordpress CMS which when enabled will replace api.wordpress.org with a mirror API domain which is specified in the config file with the constant API_MIRROR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages