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
檢視更多 >