Amazon Affiliate Reviews Information Page";
include("aminfo.php");
}
// mt_sublevel_page1() displays the page content for the first submenu
// of the custom Test Toplevel menu
function amz_addreview() {
echo "
Add Amazon Product to Reviews
";
include("am2reviews.php");
}
// mt_sublevel_page1() displays the page content for the first submenu
// of the custom Test Toplevel menu
function amz_addwoocommerce() {
echo "Add Amazon Product to WooCommerce
";
include("am2woo.php");
}
define('AMZPLUGIN', true);
require_once('includes.php');
?>