* @copyright (c) 2013, OnePress Ltd * * @package core * @since 1.0.0 */ /** * The page Basic Settings. * * @since 1.0.0 */ class OPanda_StatsSettings extends OPanda_Settings { public $id = 'stats'; /** * Sets notices. * * @since 1.0.0 * @return void */ public function init() { if ( isset( $_GET['onp_table_cleared'] )) { $this->success = __('The data has been successfully cleared.', 'bizpanda'); } } /** * Shows the header html of the settings screen. * * @since 1.0.0 * @return void */ public function header() { ?>
'separator' ); $options[] = array( 'type' => 'checkbox', 'way' => 'buttons', 'name' => 'google_analytics', 'title' => __( 'Google Analytics', 'bizpanda' ), 'hint' => __( 'If set On, the plugin will generate events for the Google Analytics when the content is unlocked.