ms_deprecated_blogs_file

函数
ms_deprecated_blogs_file ( No parameters )

ms_deprecated_blogs_file: 这是WordPress Multisite中的一个弃用的函数,用来加载弃用的blogs.php文件: 这个函数是用来保持与可能仍在使用旧文件的插件的后向兼容性。

确定一个文件是否被弃用的功能已被弃用。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function ms_deprecated_blogs_file() {}
if ( ! function_exists( 'install_global_terms' ) ) :
/**
* Install global terms.
*
* @since 3.0.0
* @since 6.1.0 This function no longer does anything.
* @deprecated 6.1.0
*/
function ms_deprecated_blogs_file() {} if ( ! function_exists( 'install_global_terms' ) ) : /** * Install global terms. * * @since 3.0.0 * @since 6.1.0 This function no longer does anything. * @deprecated 6.1.0 */
function ms_deprecated_blogs_file() {}

if ( ! function_exists( 'install_global_terms' ) ) :
	/**
	 * Install global terms.
	 *
	 * @since 3.0.0
	 * @since 6.1.0 This function no longer does anything.
	 * @deprecated 6.1.0
	 */

常见问题

FAQs
查看更多 >