Home / APIs / __ngettext_noop() – Register plural strings in POT file, but don’t translate them.

You appear to be a bot. Output may be restricted

Description

Register plural strings in POT file, but don't translate them.

Usage

__ngettext_noop();

Parameters

Returns

void

Source

File name: wordpress/wp-includes/deprecated.php
Lines: 1 to 6 of 6

function __ngettext_noop() {
  _deprecated_function( __FUNCTION__, '2.8.0', '_n_noop()' );
  $args = func_get_args();
  return call_user_func_array('_n_noop', $args);

}
 

 View on GitHub View on Trac

Published: 13th March 2017 | Last updated: 13th March 2017

Information

Function name: __ngettext_noop
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-includes/deprecated.php
File ref: wp-includes/deprecated.php
API type: private
Deprecated?: No
API Letters: _,N

  • Plugins
  • Themes
  • Blocks
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WP-a2z Yoast SEO a2z
WordPress SEO a2z

Site:  wordpress-seo.wp-a2z.org
© Copyright WP-a2z 2017-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins