You appear to be a bot. Output may be restricted
Description
Usage
Jetpack_Subscriptions::get_settings();
Parameters
Returns
void
Source
File name: jetpack/modules/subscriptions.php
Lines:
1 to 3 of 3
function get_settings() { return wp_parse_args( (array) get_option( 'subscription_options', array() ), $this->get_default_settings() ); }