ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "wp-plugin-table-links.php"

Full Path: /home/zcziejy/ryadselyen/wp-whatsapp-chat/vendor_packages/wp-plugin-table-links.php
File size: 715 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if ( class_exists( 'QuadLayers\\WP_Plugin_Table_Links\\Load' ) ) {
	new \QuadLayers\WP_Plugin_Table_Links\Load(
		QLWAPP_PLUGIN_FILE,
		array(
			array(
				'text' => esc_html__( 'Settings', 'wp-whatsapp-chat' ),
				'url'  => admin_url( 'admin.php?page=qlwapp' ),
				'target' => '_self',
			),
			array(
				'text' => esc_html__( 'Premium', 'wp-whatsapp-chat' ),
				'url'  => QLWAPP_PREMIUM_SELL_URL,
			),
			array(
				'place' => 'row_meta',
				'text'  => esc_html__( 'Support', 'wp-whatsapp-chat' ),
				'url'   => QLWAPP_SUPPORT_URL,
			),
			array(
				'place' => 'row_meta',
				'text'  => esc_html__( 'Documentation', 'wp-whatsapp-chat' ),
				'url'   => QLWAPP_DOCUMENTATION_URL,
			),
		)
	);
}