Prio | Original string | Translation | — |
---|---|---|---|
↑ | Any Hostname alters all WordPress-generated URLs according to the servers current hostname, allowing you to use a single site on multiple hostnames. | You have to log in to add a translation. | Details |
Original untranslated
Any Hostname alters all WordPress-generated URLs according to the servers current hostname, allowing you to use a single site on multiple hostnames.
You have to log in to edit this translation. Meta |
|||
↑ | Any Hostname | Any Hostname | Details |
Original currentMeta |
|||
Takes an array of allowed hosts as argument, and returns an array of hosts to be used when checking if the user specified host should be allowed. Hosts should be treated as regular expression patterns. | You have to log in to add a translation. | Details | |
Original untranslated
Takes an array of allowed hosts as argument, and returns an array of hosts to be used when checking if the user specified host should be allowed. Hosts should be treated as regular expression patterns.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Takes a host as argument, and returns a host that will be used when substituting the domain in URLs supplied by WordPress. This filter can be used to make the plugin use a specific host under certain circumstances. | You have to log in to add a translation. | Details | |
Original untranslated
Takes a host as argument, and returns a host that will be used when substituting the domain in URLs supplied by WordPress. This filter can be used to make the plugin use a specific host under certain circumstances.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Any Hostname has two filters, allowing you to programatically override the filtered hostname or the list of allowed hostnames. These are described below. | You have to log in to add a translation. | Details | |
Original untranslated
Any Hostname has two filters, allowing you to programatically override the filtered hostname or the list of allowed hostnames. These are described below.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Due to a bug in the WordPress Settings API (http://core.trac.wordpress.org/ticket/9296) the plugin settings are located on the Privacy page on WordPress versions below 3.5. From 3.5 and up the settings can be found on the Permalinks page. | You have to log in to add a translation. | Details | |
Original untranslated
Due to a bug in the WordPress Settings API (http://core.trac.wordpress.org/ticket/9296) the plugin settings are located on the Privacy page on WordPress versions below 3.5. From 3.5 and up the settings can be found on the Permalinks page.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Any Hostname will not work on WordPress Network sites (WPMU) due to the fact that the pages in a network install stores its URLs explicitily in the database. Any ideas on how to circumvent this would be greatly appreciated. | You have to log in to add a translation. | Details | |
Original untranslated
Any Hostname will not work on WordPress Network sites (WPMU) due to the fact that the pages in a network install stores its URLs explicitily in the database. Any ideas on how to circumvent this would be greatly appreciated.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Any Hostname might also obscure the value of WordPress and Site URL settings on the Options » General settings page, due to the fact that these values are retrieved using the <code>get_option()</code> function. The values actually stored in WordPress' database is in fact your site's true URL. From 1.0b2 up the plugin will deactivate the host filters on this page, which might cause some page resources to load from the default URL (potentially being unreachable). | You have to log in to add a translation. | Details | |
Original untranslated
Any Hostname might also obscure the value of WordPress and Site URL settings on the Options » General settings page, due to the fact that these values are retrieved using the <code>get_option()</code> function. The values actually stored in WordPress' database is in fact your site's true URL. From 1.0b2 up the plugin will deactivate the host filters on this page, which might cause some page resources to load from the default URL (potentially being unreachable).
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
This plugin will not be able to alter the contents of constants such as <code>WP_CONTENT_URL</code> and <code>WP_PLUGIN_URL</code> as these are (quite naturally) defined before any plugins are loaded. Plugin developers should instead rely on either one of the <code>plugins_url()</code>, <code>content_url()</code> or <code>get_option()</code> functions, which will always return the filtered hostname. An example of this is the WPtouch plugin, in which case you can override WPtouch's <code>compat_get_wp_content_url</code> function, as described by this Gist: https://gist.github.com/1401269. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin will not be able to alter the contents of constants such as <code>WP_CONTENT_URL</code> and <code>WP_PLUGIN_URL</code> as these are (quite naturally) defined before any plugins are loaded. Plugin developers should instead rely on either one of the <code>plugins_url()</code>, <code>content_url()</code> or <code>get_option()</code> functions, which will always return the filtered hostname. An example of this is the WPtouch plugin, in which case you can override WPtouch's <code>compat_get_wp_content_url</code> function, as described by this Gist: https://gist.github.com/1401269.
CommentFound in remaining content paragraph. You have to log in to edit this translation. Meta |
|||
Ukranian localization by <a href="http://getvoip.com/blog">Michael Yunat</a> | You have to log in to add a translation. | Details | |
Original untranslated
Ukranian localization by <a href="http://getvoip.com/blog">Michael Yunat</a>
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
Slovak localization by Branco Radenovich of <a href="http://webhostinggeeks.com/blog/">WebHostingGeeks.com</a> | You have to log in to add a translation. | Details | |
Original untranslated
Slovak localization by Branco Radenovich of <a href="http://webhostinggeeks.com/blog/">WebHostingGeeks.com</a>
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
Return value: <code>$hosts</code> (required) | You have to log in to add a translation. | Details | |
Original untranslated
Return value: <code>$hosts</code> (required)
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
Arguments: <code>$hosts</code> (required) | You have to log in to add a translation. | Details | |
Original untranslated
Arguments: <code>$hosts</code> (required)
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
Return value: <code>$host</code> (required) | You have to log in to add a translation. | Details | |
Original untranslated
Return value: <code>$host</code> (required)
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
|||
Arguments: <code>$host</code> (required) | You have to log in to add a translation. | Details | |
Original untranslated
Arguments: <code>$host</code> (required)
CommentFound in remaining content list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.