开发者 |
inpsyde
toscho tfrommen Bueltge hughwillfayle nullbyte Biont ChriCo dnaber-de dinamiko |
---|---|
更新时间 | 2019年11月8日 17:20 |
PHP版本: | 4.7 及以上 |
WordPress版本: | 5.2 |
hreflang
support./wp-content/plugins/
directory.multilingualpress.deleted_tables
filter to skip table deletion, see #323.__block_editor_compatible_meta_box
with false
value to translation metabox, see #320.STRICT_TRANS_TABLES
in @@sqlmode
, see #302 and #303, props @rebeccahum, @nickdaugherty.multilingualpress.is_related_post_editable
, for the remote post editing capability check.multilingualpress.remote_post_search_arguments
, to manipulate the query arguments for the remote post search.multilingualpress.quicklinks_nofollow
, to render nofollow quicklinks, see #251.multilingualpress.active_taxonomies
, to modify the allowed taxonomies, see issue #282.multilingualpress.render_hreflang
, to force or prevent rendering.multilingualpress.hreflang_post_status
, to restrict post translations, and only query published posts, see issue #276 and issue #277.post_status
, to restrict post translations.multilingualpress.redirect_post_status
, to restrict post redirect targets, and only query published posts, see pull request #278, props @diedexx.$args
argument to Mlp_Language_Negotiation::get_redirect_matches()
and pass it on to Mlp_Language_Api::get_translations()
, see pull request #271, props @diedexx.content_id
to redirect matches, see pull request #271, props @diedexx.multilingualpress.redirect_targets
, to manipulate the found redirect targets, see pull request #265, props @diedexx.multilingualpress.hreflang_type
and multilingualpress.hreflang_translations
, see pull request #267, props @diedexx.hreflang
HTTP headers to 11
.Mlp_Null_Language
and Mlp_Null_Translation
.Mlp_Null_Translation
in favor of null
.hreflang
HTTP header and HTML element output.Mlp_Helpers::get_language_flag()
(and thus mlp_get_language_flag()
) throwing a warning for non-custom flag images.strict
flag.hreflang
HTTP Headers and HTML <link />
tags being provided on paged requests.(get_)home_url()
for all front-end requests/URLs, see
issue #247, props ptrckvzn.Mlp_Helpers::show_linked_elements()
output, see
issue #228, props dasllama.wp_get_sites()
function, see
issue #229 and
issue #236.switch_theme
action when a site has been duplicated.get_term_by_term_taxonomy_id
cache for term translator, props vaurdan.get_posts()
call, props vaurdan.network_site_new_form
action hook (where available) instead of injecting markup with jQuery. Yay!hreflang
links and headers, see issue #202, props
jasuja.post_name
through urldecode
to account for non-ASCII characters, see
issue #186, props luisarn.ml_type
value of duplicated custom post type posts, see
issue #185, props kraftner.multilingualpress
to multilingual-press
with the next (major) release. So, in case you are
doing crazy things with our translations (which you basically should really not), please be informed.state_modules
site option on uninstall, props tiagoschenkel.realpath()
for plugin file in requirements check to allow for symlinked plugin folder, see
issue #162, props jackblackCH.$wpdb
object to inpsyde_mlp_init
and inpsyde_mlp_loaded
hooks.checkup_blog_message()
and checkup_blog()
.get_relations()
.get_name()
.Mlp_Db_Table_List_Interface
interface and Mlp_Db_Table_List
class.replace_string()
in Mlp_Db_Replace
.Mlp_Db_Replace
class.mlp_hreflang_html
and mlp_hreflang_http_header
filters in Mlp_Hreflang_Header_Output
class.mlp_translations
filter in Mlp_Language_Api
class.mlp_dashboard_widget_access
filter in Mlp_Dashboard_Widget
class.Mlp_Term_Translation
class.mlp_show_translation_completed_checkbox
filter in Mlp_Dashboard_Widget
class.README.md
file, see issue #86.mlp_linked_element_link
filter, see
issue #98.hreflang
attribute to quicklinks, see
issue #120.html
tag, see issue #118.admin-ajax.php
or not, see
issue #121.Mlp_Language_Api
class, props iamntz.hfreflang
attribute for content's own language, see
issue #114.mlp_pre_save_postdata
and mlp_pre_update_post
.get_blog_language()
in favor of mlp_get_blog_language()
.SCRIPT_DEBUG
and MULTILINGUALPRESS_DEBUG
are not set.Mlp_Language_Api::get_translations()
.glob()
on Solaris systems.head
element.mlp_site_relations
. This is faster than the previous
option call, and it is less error prone, because we don’t have to synchronize these relations between sites. The old
options will be imported into the table automatically during the upgrade.width
and height
for flagsuninstall.php
to clean up on deletion properlyca
accidentally.readonly
, not disabled
to make copy and paste easier.inc/language-list.php
to get languages in native and English writing by ISO codes.Mlp_Db_Replace
to update multiple tables and columns at once.