' . esc_html__( 'Settings', 'shopbuilder' ) . ''; $new_links[] = '' . esc_html__( 'Demo', 'shopbuilder' ) . ''; $new_links[] = '' . esc_html__( 'Documentation', 'shopbuilder' ) . ''; $links = array_merge( $new_links, $links ); if ( ! rtsb()->has_pro() ) { $links['shopbuilder_pro'] = '' . esc_html__( 'Go Pro', 'shopbuilder' ) . ''; } return $links; } /** * Plugin links row. * * @param array $links Links. * @param string $file File. * * @return array */ public function plugin_row_meta( $links, $file ) { if ( RTSB_ACTIVE_FILE_NAME === $file ) { $report_url = 'https://www.radiustheme.com/contact/'; $row_meta['issues'] = sprintf( '%2$s %3$s', esc_url( $report_url ), esc_html__( 'Facing issue?', 'shopbuilder' ), esc_html__( 'Please open a support ticket.', 'shopbuilder' ) ); return array_merge( $links, $row_meta ); } return (array) $links; } // Servay /*** * @param $mimes * * @return mixed */ public function deactivation_popup() { global $pagenow; if ( 'plugins.php' !== $pagenow ) { return; } $this->dialog_box_style(); $this->deactivation_scripts(); ?>