audience_segmentation = new Audience_Segmentation( $user_options ); $this->conversion_reporting = new Conversion_Reporting( $user_options ); } /** * Registers functionality through WordPress hooks. * * @since 1.134.0 */ public function register() { $this->audience_segmentation->register(); $this->conversion_reporting->register(); } }