clean_object_term_cache

clean_object_term_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('clean_object_term_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3631
    	 *
    	 * @param array  $object_ids An array of object IDs.
    	 * @param string $object_type Object type.
    	 */
    	do_action( 'clean_object_term_cache', $object_ids, $object_type );
    }
    
    /**
     * Removes all of the term IDs from the cache.
     *
     * @since 2.3.0
    

See this hook used in plugins: