jetpack_publicize_should_load
jetpack_publicize_should_load
Appears in: jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, jetpack.15.1, jetpack.15.1.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.1.1apply_filters('jetpack_publicize_should_load') is found 1 times:
- /jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php line 61
* @since 0.64.0 * * @param bool $should_load Whether to load the Publicize module. */ return (bool) apply_filters( 'jetpack_publicize_should_load', $should_load ); } /** * Initialization of publicize logic that should always be loaded, * regardless of whether Publicize is enabled or not. *