Top Google Search Results
- create_initial_taxonomies (WordPress Function) - WPSeek.com
$rewrite = array( 'category' => false, 'post_tag' => false, 'post_format' => false ); } else { $post_format_base = apply_filters( 'post_format_rewrite_base', 'type' ); ... - New hooks and filters added on 27/02/2011 « wpseek.com // blog
Feb 27, 2011... posts_search; post_comment_status_meta_box-options; post_format_rewrite_base; post_type_archive_feed_link; post_type_archive_link ... - rewrite base/cpt-slug/page-slug collisions? - Old Nabble
and further still when that same string is the category-base (or tag_base or post_format_rewrite_base). seems like wp_unique_post_slug() should be checking ... - <?php /** * Taxonomy API * * @package WordPress ...
... ( 'category' => false, 'post_tag' => false, 'post_format' => false ); } else { $ post_format_base = apply_filters( 'post_format_rewrite_base', 'type' ); $rewrite = array( ...