jetpack_search_installed_path, static::$installed_path
jetpack_search_installed_path, static::$installed_path
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_search_installed_path, static::$installed_path') is found 1 times:
- /jetpack_vendor/automattic/jetpack-search/src/class-package.php line 64
Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 68 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 69 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
public static function get_installed_path() { if ( static::$installed_path === null ) { static::$installed_path = dirname( __DIR__ ) . DIRECTORY_SEPARATOR; } return apply_filters( 'jetpack_search_installed_path', static::$installed_path ); } }