You appear to be a bot. Output may be restricted
Description
Handle a change of the has_archive / rewrite settingIf a post type is not already registered we don't have a problem defining it with "has_archive" set to true So long as we remember that we need to revisit permalinks
Usage
bw_update_archive_stuff( $type, $value );
Parameters
- $type
- ( mixed ) required –
- $value
- ( mixed ) required –
Returns
voidTO DO
Complete the code one day! 2015/06/18Source
File name: oik-types/oik-types.phpLines:
1 to 2 of 2
function bw_update_archive_stuff( $type, $value ) { }View on GitHub