setted_site_transient

setted_site_transient

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('setted_site_transient') is found 1 times:

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