pre_category_nicename

pre_category_nicename

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pre_category_nicename') is found 1 times:

  • /wp-includes/taxonomy.php line 1833
    			 * @since 2.0.3
    			 *
    			 * @param string $value The category nicename.
    			 */
    			$value = apply_filters( 'pre_category_nicename', $value );
    		}
    	} elseif ( 'rss' === $context ) {
    
    		/**
    		 * Filters the term field for use in RSS.
    		 *