How to add more pages to Accepted Filenames & Rejected URIs section
-
There is no filter on
function wp_cache_edit_rejected_pages() { global $wp_cache_config_file, $valid_nonce, $wp_cache_pages; if ( isset( $_POST[ 'wp_edit_rejected_pages' ] ) && $valid_nonce ) { $pages = array( 'single', 'pages', 'archives', 'tag', 'frontpage', 'home', 'category', 'feed', 'author', 'search' );
is there any way, I can add woocommerce pages such as shop, product and product archive page as woocommerce has similar conditional functions, it would be great to get option for those pages here.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add more pages to Accepted Filenames & Rejected URIs section’ is closed to new replies.