setted_site_transient

setted_site_transient

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('setted_site_transient') is found 1 times:

  • /wp-includes/option.php line 2672
    2668
    2669
    2670
    2671
    2672
    2673
    2674
    2675
    2676
    2677
    2678
             * @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;
    }
     
    /**