jetpack_json_manage_api_enabled, true
jetpack_json_manage_api_enabled, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_json_manage_api_enabled, true') is found 1 times:
- /class.jetpack-autoupdate.php line 77
/** Constructor. */ private function __construct() { if ( /** This filter is documented in class.jetpack-json-api-endpoint.php */ apply_filters( 'jetpack_json_manage_api_enabled', true ) ) { add_filter( 'auto_update_theme', array( $this, 'autoupdate_theme' ), 10, 2 ); add_filter( 'auto_update_core', array( $this, 'autoupdate_core' ), 10, 2 ); add_filter( 'auto_update_translation', array( $this, 'autoupdate_translation' ), 10, 2 ); add_action( 'automatic_updates_complete', array( $this, 'automatic_updates_complete' ), 999, 1 ); }