handle, $this->url ); } /** * Print the asset. * * @since 2.5 * * @return void */ public function print_asset() { $this->enqueue_asset(); wp_print_styles( $this->handle ); } }