permalink_structure_changed

permalink_structure_changed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('permalink_structure_changed') is found 1 times:

  • /wp-includes/class-wp-rewrite.php line 1973
    			 *
    			 * @param string $old_permalink_structure The previous permalink structure.
    			 * @param string $permalink_structure     The new permalink structure.
    			 */
    			do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure );
    		}
    	}
    
    	/**
    	 * Sets the category base for the category permalink.
    	 *