@@ -332,6 +332,10 @@ |
||
332 | 332 | } |
333 | 333 | |
334 | 334 | // functions |
335 | + |
|
336 | + /** |
|
337 | + * @param string $constant |
|
338 | + */ |
|
335 | 339 | public function get_callable( $constant ) { |
336 | 340 | $value = get_option( 'jetpack_' . $constant ); |
337 | 341 |