' . sprintf( esc_html__( '"Album products for Woocommerce" requires WooCommerce to be installed and active. You can download %s here.', 'wap' ), 'WooCommerce' ) . '

'; } public function wap_settings( $links ) { $settings_link = 'Settings'; array_unshift($links, $settings_link); return $links; } } new wap_start();