10 | | wp_cache_set( 'last_changed', time( ) - 1800, 'terms' );[[BR]] |
11 | | wp_cache_delete( 'all_ids', $taxonomy );[[BR]] |
12 | | wp_cache_delete( 'get', $taxonomy );[[BR]] |
13 | | delete_option( "{$taxonomy}_children" );[[BR]] |
14 | | _get_term_hierarchy( $taxonomy );[[BR]] |
15 | | return TRUE;[[BR]] |
| 10 | wp_cache_set( 'last_changed', time( ) - 1800, 'terms' ); |
| 11 | wp_cache_delete( 'all_ids', $taxonomy ); |
| 12 | wp_cache_delete( 'get', $taxonomy ); |
| 13 | delete_option( "{$taxonomy}_children" ); |
| 14 | _get_term_hierarchy( $taxonomy ); |
| 15 | return TRUE; |