PATH:
home
/
hunkmedicalstaff
/
public_html
/
wp-content
/
plugins
/
gravityforms
/
includes
/
transients
<?php namespace Gravity_Forms\Gravity_Forms\Transients; interface GF_Transient_Strategy { public function get( $key ); public function set( $key, $value, $timeout ); public function delete( $key ); }
[-] interface-gf-transient-strategy.php
[edit]
[-] class-gf-wp-transient-strategy.php
[edit]
[+]
..