Remove obsolete FICTIONEER_CHAPTER_LIST_TRANSIENTS
This commit is contained in:
parent
8335e45e9d
commit
aa5ae7079e
@ -1592,7 +1592,6 @@ define( 'CONSTANT_NAME', value );
|
||||
| FICTIONEER_QUERY_RESULT_CACHE_BREAK | integer | Limit the number of large query result cache uploads per request. Default `3`.
|
||||
| FICTIONEER_CACHE_PURGE_ASSIST | boolean | Whether to call the cache purge assist function on post updates. Default `true`.
|
||||
| FICTIONEER_RELATIONSHIP_PURGE_ASSIST | boolean | Whether to purge related post caches. Default `true`.
|
||||
| FICTIONEER_CHAPTER_LIST_TRANSIENTS | boolean | Whether to cache chapter lists on story pages as Transients. Default `true`.
|
||||
| FICTIONEER_SHOW_SEARCH_IN_MENUS | boolean | Whether to show search page links in menus. Default `true`.
|
||||
| FICTIONEER_THEME_SWITCH | boolean | Whether to show the theme switch in child themes (back to base). Default `true`.
|
||||
| FICTIONEER_ATTACHMENT_PAGES | boolean | Whether to enable pages for attachments (no theme templates). Default `false`.
|
||||
|
@ -342,11 +342,6 @@ if ( ! defined( 'FICTIONEER_RELATIONSHIP_PURGE_ASSIST' ) ) {
|
||||
define( 'FICTIONEER_RELATIONSHIP_PURGE_ASSIST', true );
|
||||
}
|
||||
|
||||
// Boolean: Cache chapter lists on story pages as Transients
|
||||
if ( ! defined( 'FICTIONEER_CHAPTER_LIST_TRANSIENTS' ) ) {
|
||||
define( 'FICTIONEER_CHAPTER_LIST_TRANSIENTS', true );
|
||||
}
|
||||
|
||||
// Boolean: Menu items for search
|
||||
if ( ! defined( 'FICTIONEER_SHOW_SEARCH_IN_MENUS' ) ) {
|
||||
define( 'FICTIONEER_SHOW_SEARCH_IN_MENUS', true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user