Update stubs.php

This commit is contained in:
Tetrakern 2024-09-24 14:11:54 +02:00
parent fec9f81584
commit 50a338afdf

View File

@ -165,3 +165,17 @@ function wpfc_clear_all_cache() {}
*/
function wpfc_clear_post_cache_by_id( $post_id ) {}
/**
* Jetpack class
*/
class Jetpack {
/**
* Probably checks whether a module is active
*
* @param string $module Probably the module name. This is just a stub.
*/
public static function is_module_active( $module ) {}
}