WP_CONTENT_URL

常量
define( 'WP_CONTENT_URL', get_option( 'siteurl' ) . '/wp-content' ); // Full URL - WP_CONTENT_DIR is defined further up.
定義位置
引入
棄用

WP_CONTENT_URL:這個常量儲存WordPress內容資料夾的URL。

define( 'WP_CONTENT_URL', get_option( 'siteurl' ) . '/wp-content' ); // Full URL - WP_CONTENT_DIR is defined further up.

常見問題

FAQs
檢視更多 >