setted_transient

setted_transient

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('setted_transient') is found 1 times:

  • /wp-includes/option.php line 1368
    		 * @param string $transient  The name of the transient.
    		 * @param mixed  $value      Transient value.
    		 * @param int    $expiration Time until expiration in seconds.
    		 */
    		do_action( 'setted_transient', $transient, $value, $expiration );
    	}
    
    	return $result;
    }
    
    /**