Skip to content

Commit e4e1973

Browse files
committed
Update remove-category-base.php
1 parent 8693e0f commit e4e1973

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

permalinks/remove-category-base.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* It's also made procedural where possible
2424
* Optimized opcodes (namespace escaping, removing unnecessary jumps and redundant variable assignments, etc.).
2525
*
26-
* This fork was requested because this plugin doesn't reintroduce the 'blog' base: https://wordpress.org/plugins/no-category-base-wpml/.
26+
* This fork was requested because the following plugin doesn't reintroduce the 'blog' base: https://wordpress.org/plugins/no-category-base-wpml/.
2727
*/
2828

2929
namespace My_The_SEO_Framework;
@@ -206,6 +206,8 @@ function add_category_rewrites( $rewrites, $category_name, $blog_prefix, $pagina
206206
* @hook created_category 10
207207
* @hook edited_category 10
208208
* @hook delete_category 10
209+
* @hook activate_remove-category-base/remove-category-base.php 10
210+
* @hook deactivate_remove-category-base/remove-category-base.php 10
209211
* @since 1.0.0
210212
*
211213
* @return void

0 commit comments

Comments
 (0)