XPressME Integration Kit

Trac

Changeset 18 for trunk/wp-config.php


Ignore:
Timestamp:
Dec 7, 2008, 11:47:46 PM (15 years ago)
Author:
toemon
Message:

add-filterをwp-setting.phpのロード前に読み込むことは出来ないので、include/xpress_action_filter.phpをwp-config.phpから読み込む方法は無理でした。
wp-setting.phpを変更せずに実現するにはプラグインからの読み込みとして実現したほうがよさそうです。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r17 r18  
    3838        define('ABSPATH', dirname(__FILE__).'/'); 
    3939 
    40 require dirname( __FILE__ ).'/include/xpress_action_filter.php' ; 
    41  
    42  
    4340require_once(ABSPATH.'wp-settings.php'); 
    44  
    4541if (is_root_index_page_call()){ 
    4642        // The return to wp-blog-header.php is stolen here 
Note: See TracChangeset for help on using the changeset viewer.