var jabvfcr_selector; var jabvfcr_iframe = jQuery('.jabvfcr .js-inspector .js-site-preview-iframe')[0].contentWindow; jabvfcr_iframe.addEventListener("load", function() { jabvfcr_openInspector(); }); function jabvfcr_isValidSelector() { jQuery('.jabvfcr .invalid').addClass('dn'); var selector = jQuery('.jabvfcr .js-selector').val(); var isValid = jabvfcr_iframe.jabvfcr_isSelectorValid(selector); if (!isValid) { jQuery('.jabvfcr .invalid').removeClass('dn'); } return isValid; } function jabvfcr_selected(selector) { jQuery('.jabvfcr .js-selector').val(selector); jabvfcr_toggleOptions(); jQuery('.jabvfcr .invalid').addClass('dn'); } function jabvfcr_toggleOptions(hide) { jQuery('.jabvfcr .js-inspector .js-clear').toggleClass('dn', hide); } function jabvfcr_toggleOverlay(show) { jQuery('.jabvfcr .js-inspector')[show ? 'show' : 'hide'](); jQuery('body').css({ overflow: show ? 'hidden' : '' }); } function jabvfcr_updateCurrentSelector(selector) { jQuery('.jabvfcr .js-current-selector').text(selector); } function jabvfcr_getOptions() { var selector = jQuery('.jabvfcr .js-selector').val(); var manipulation = jQuery('.jabvfcr .js-manipulation:checked').val(); var content = tinyMCE.activeEditor && !tinyMCE.activeEditor.hidden ? tinyMCE.activeEditor.getContent() : jQuery('#content').val(); return { selector:selector, manipulation: manipulation, content: content }; } function jabvfcr_resetSelector() { jabvfcr_iframe.jabvfcr_resetSelector(); jQuery('.jabvfcr .js-selector').val(''); } function jabvfcr_openInspector() { jQuery('.jabvfcr .js-loading-screen').remove(); var selector = jQuery('.jabvfcr .js-selector').val(); if (selector && jabvfcr_iframe.jabvfcr_isSelectorValid(selector)) { jabvfcr_iframe.jabvfcr_updateSelector(selector); jabvfcr_toggleOptions(false); } jabvfcr_toggleOverlay(true); } function jabvfcr_saveSelector() { if (!jabvfcr_isValidSelector()) { return; } var data = { _ajax_nonce: jabvfcr_ajax.nonce, action: 'jabvfcr_save_selector', selector: jQuery('.jabvfcr .js-selector').val(), manipulation: jQuery('.jabvfcr .js-manipulation:checked').val(), content: tinyMCE.activeEditor && !tinyMCE.activeEditor.hidden ? tinyMCE.activeEditor.getContent() : jQuery('#content').val() }; jQuery.post(jabvfcr_ajax.url, data).then(function() { alert('Settings updated.'); }).fail(function() { alert('There was an unexpected error. Please try again.'); }); } (function ($) { jQuery( document ).on( 'tinymce-editor-init', function( event, editor ) { tinyMCE.activeEditor.onKeyUp.add(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); tinyMCE.activeEditor.onChange.add(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); }); jQuery('#content').keyup(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); jQuery('#content').change(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); $('.jabvfcr .js-inspector .js-clear').click(function(e) { jabvfcr_resetSelector(); jabvfcr_toggleOptions(); }); $('.jabvfcr .js-close-inspector').click(function(e) { e.preventDefault(); jabvfcr_toggleOverlay(false); }); $('.jabvfcr .js-toggle-advanced-options').click(function(e) { e.preventDefault(); $('.js-advanced-options').toggleClass('dn'); }); $('.jabvfcr form .js-submit').click(function(e) { e.preventDefault(); jabvfcr_saveSelector(); }); $('.jabvfcr form .js-selector').blur(function() { if (jabvfcr_isValidSelector()) { var selector = jQuery('.jabvfcr .js-selector').val(); jabvfcr_iframe.jabvfcr_updateSelector(selector); } }); $('.jabvfcr form .js-manipulation').change(function() { jabvfcr_iframe.jabvfcr_updateSelector(); }); $('.jabvfcr .js-open-inspector').click(function() { jabvfcr_openInspector(); }); })(jQuery); window.videoPressResumableEnabled = true; === Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] === Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, solarissmoke, garrett-eclipse Donate link: https://wpdeveloper.com/ Tags: Disable Comments, Stop Spam, Delete Comments, Remove Comments, Spam Protection Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 5.6 Stable tag: 2.4.6 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. == Description == = Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] = Enable/Disable comments on any WordPress content (Pages, Posts, or Media) to stop spammers. WP-CLI, XML-RPC & REST-API support to stop spam comments. [More About Plugin](https://wpdeveloper.com/plugins/disable-comments/) ◼️ [Documentation](https://wpdeveloper.com/docs-category/disable-comments/) ◼️ [Support Forum](https://wordpress.org/support/plugin/disable-comments/) https://www.youtube.com/watch?v=EpuYs9Nf_nY ## Take Global Control Over Your WordPress Site Override all comments-related settings throughout your website & manage your comments just the way you want. ## Disable Comments On Posts, Pages & Media Choose which posts, pages or media should allow comments from site visitors & configure Disable Comments accordingly ## Disallow Comments On Multi-Site Network Have multiple websites? Get rid of irrelevant comments on the entire network using Disable Comments Plugin https://www.youtube.com/watch?v=J9AteKzQpPs ## KEY FEATURES OF DISABLE COMMENTS * All “Comments” links are hidden from the Admin Menu and Admin Bar. * All comment-related sections (“Recent Comments”, “Discussion” etc.) are hidden from the WordPress Dashboard. * All comment-related widgets are disabled (so your theme cannot use them). * The “Discussion” settings page is hidden. * All comment RSS/Atom feeds are disabled (and requests for these will be redirected to the parent post). * The X-Pingback HTTP header is removed from all pages. * Outgoing pingbacks are disabled. * Stop spam comments entirely from the site with one click. * **[New]** Delete comments by type. * **[New]** Disable comments via [XML-RPC](https://wpdeveloper.com/docs/how-to-disable-comments-made-via-xml-rpc/) & [REST-API](https://wpdeveloper.com/docs/how-to-disable-comments-made-via-rest-api/) * **[New]** Fully Multi-site Network supported. * **[New]** Manage multiple website network-specific subsites or entire network comments in advance. * **[New]** Exclude Disable Comments Settings based on user roles. https://www.youtube.com/watch?v=FBq3-W-p-DM Please delete any existing comments on your site **before applying this setting**, otherwise (depending on your theme) those comments may still be displayed to visitors. You can use the **Delete Comments tool** to delete any existing comments on your site. ## 🌟 WHAT’S NEW WITH DISABLE COMMENTS 2.0 **AMAZING USER FRIENDLY INTERFACE** Easily configure your comment-related settings with an amazing and attractive app-like user interface. **WP-CLI COMMANDS TO DISABLE COMMENTS** Use [WP-CLI](https://wpdeveloper.com/docs/how-to-use-disable-comments-plugin-with-wp-cli-command-line/) control for comment-related settings to disable comments on posts, pages, attachments or everywhere on your website. https://www.youtube.com/watch?v=mzi5uhKB9Zk **GET STARTED WITH QUICK SETUP WIZARD** Use the quick setup wizard after activating the plugin to instantly configure comment-related settings for your WordPress website. **DISABLE COMMENTS ON DOCS** Instantly disable comments on your documentation pages or WordPress knowledge base with a single click. https://www.youtube.com/watch?v=t7BQ-7A4y4s **DELETE CERTAIN COMMENT TYPE(S)** Permanently delete certain comment types from your WordPress website including WooCommerce product reviews as well as generic comments. https://www.youtube.com/watch?v=Izm_ihC-z10 **DISABLE COMMENTS VIA XML-RPC And REST API** Block any comments made on your WordPress website via XML-RPC specification and REST API. **Important note**: Use this plugin if you don't want comments at all on your site (or on certain post types). Don't use it if you want to selectively disable comments on individual posts - WordPress lets you do that anyway. If you don't know how to disable comments on individual posts, there are instructions in **[the FAQ](https://wordpress.org/plugins/disable-comments/#faq).** If you come across any bugs or have suggestions, please use the plugin support forum. I can't fix it if I don't know it's broken! Please check the **[FAQ](https://wordpress.org/plugins/disable-comments/#faq)** for common issues. Want to contribute? Here's the **[GitHub development repository](https://github.com/WPDevelopers/disable-comments)**. A [must-use version](https://github.com/WPDevelopers/disable-comments-mu) of the plugin is also available. ### Advanced Configuration Some of the plugin’s behavior can be modified by site administrators and plugin/theme developers through code: * Define `DISABLE_COMMENTS_REMOVE_COMMENTS_TEMPLATE` and set it to `false` to prevent the plugin from replacing the theme's comment template with an empty one. * Define `DISABLE_COMMENTS_ALLOW_DISCUSSION_SETTINGS` and set it to `true` to prevent the plugin from hiding the Discussion settings page. These definitions can be made either in your main `wp-config.php` or in your theme's `functions.php` file. **THIS PLUGIN IS NOW MAINTAINED BY THE TEAM** [WPDeveloper](https://wpdeveloper.com/). ### 💙 LOVED DISABLE COMMENTS? - For documentation and tutorials go to our [Documentation](https://wpdeveloper.com/docs-category/disable-comments/) - For video tutorials go to our [YouTube Playlist](https://www.youtube.com/watch?v=J9AteKzQpPs&list=PLWHp1xKHCfxD2_xOIR5dMAGf3wd4hv-8K) - Join our [Facebook Group](https://www.facebook.com/groups/wpdeveloper.net/) - If you love Disable Comments, [rate us on WordPress](https://wordpress.org/support/plugin/disable-comments/reviews/?filter=5) - For more information about features, FAQs, and documentation, check out our website at [Disable Comments](https://wpdeveloper.com/plugins/disable-comments/) ### 🔥 GET FREEBIES FOR YOUR WORDPRESS SITE Consider checking out our other WordPress solutions & boost your WordPress website: 🔝 [Essential Addons For Elementor](https://wordpress.org/plugins/essential-addons-for-elementor-lite/): Most popular Elementor addons with 2 million+ happy users & 95+ widgets & ready blocks 🔔 [NotificationX](https://notificationx.com/) – Best Social Proof & FOMO Marketing Solution to increase conversion rates. 🔗 [BetterLinks](https://wordpress.org/plugins/betterlinks/): Latest best WordPress link management plugin for link shortening, tracking & analyzing. 📄 [EmbedPress](https://wordpress.org/plugins/embedpress/): EmbedPress lets you embed anything including videos, images, posts, audio, maps and upload PDF, DOC, PPT etc. ☁ [Templately](https://wordpress.org/plugins/templately/): 5000+ Free templates library for Elementor & Gutenberg along with the cloud collaboration for WordPress. 📚 [BetterDocs](https://wordpress.org/plugins/betterdocs/): Best Documentation & Knowledge Base Plugin for WordPress reduce manual support tickets & improve user experience. ⏰ [SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/): Advanced editorial calendar with WordPress Post Scheduling, Social Sharing, Missed scheduled alerts, and more. ⚡ [Flexia](https://wordpress.org/themes/flexia/): Most lightweight, customizable & multi purpose theme for WordPress. Visit [WPDeveloper](https://wpdeveloper.com/) to learn more about how to do better in WordPress with [Help Tutorial, Tips & Tricks](https://wpdeveloper.com/blog). == Installation == = Modern Way: = 1. Go to the WordPress Dashboard "Add New Plugin" section. 2. Search For "Disable Comments". 3. Install, then Activate it. 4. The plugin settings can be accessed via the 'Settings' menu in the administration area (either your site administration for single-site installs, or your network administration for network installs). = Old Way: = 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. The plugin settings can be accessed via the 'Settings' menu in the administration area (either your site administration for single-site installs, or your network administration for network installs). == Frequently Asked Questions == = Nothing happens after I disable comments on all posts - comment forms still appear when I view my posts. = This is because your theme is not checking the comment status of posts in the correct way. You may like to point your theme's author to [this explanation](https://wpdeveloper.com/wordpress-posts-have-comments-allowed/) of what they are doing wrong, and how to fix it. = How can I remove the text that says "comments are closed" at the bottom of articles where comments are disabled? = The plugin tries its very best to hide this (and any other comment-related) messages. If you still see the message, then it means your theme is overriding this behaviour, and you will have to edit its files manually to remove it. Two common approaches are to either delete or comment out the relevant lines in `wp-content/your-theme/comments.php`, or to add a declaration to `wp-content/your-theme/style.css` that hides the message from your visitors. In either case, make you you know what you are doing! = I only want to disable comments on certain posts, not globally. What do I do? = Go to the edit page for the post you want to disable comments on. Scroll down to the "Discussion" box, where you will find the comment options for that post. If you don't see a "Discussion" box, then click on "Screen Options" at the top of your screen, and make sure the "Discussion" checkbox is checked. You can also bulk-edit the comment status of multiple posts from the [posts screen](https://codex.wordpress.org/Posts_Screen). = I want to delete comments from my database. What do I do? = Go to the tools page for the Disable Comments plugin and utlize the Delete Comments tool to delete all comments or according to the specified post types from your database. == Screenshots == 1. Setting Screen for Disable Comments 2. Delete Comments under Tools menu. 3. Multisite Network support == Changelog == The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). This will be maintained from August 19, 2020 - @asif2bd = [2.4.6] - 2024-03-25 = * Added: WordPress 6.5 Compatibility = [2.4.5] - 2023-08-30 = * Minor bug fixes and improvements. = [2.4.4] - 2023-06-19 = * Fixed: PHP 8.2 deprecated issue fixed while using WP-CLI. * Few minor bug fixes and improvements. = [2.4.3] - 2023-01-12 = * Added: PHP 8.2 Compatibility = [2.4.2] - 2022-09-18 = * Improved sanitization. = [2.4.1] - 2022-08-10 = * Improvement: Localized missing strings in plugin. * Improvement: Included the fonts in plugin distribution. = [2.4.0] - 2022-07-27 = * New Feature: Exclude Disable Comments settings based on user roles. * Few minor bug fix and improvement. = [2.3.6] - 2022-06-05 = * Fixed: JavaScript error in Gutenberg editor. = [2.3.5] - 2022-04-27 = * Added: More WP-CLI commands. * Few minor bug fix and improvement. = [2.3.4] - 2022-03-28 = * Fixed: PHP Warning in Multisite Network. = [2.3.3] - 2022-01-25 = * Added: WordPress 5.9 compatibility added. = [2.3.2] - 2021-12-20 = * Added: Configure Disable Avatar settings from the main network of Multisite Network. * Fixed: Disable Comments via REST API toggle mismatch issue. = [2.3.1] - 2021-12-14 = * Added: You can enable or disable Avatar from Disable Comments settings. = [2.3.0] - 2021-12-14 = * New Feature: Delete Spam Comments. * Updated deprecated jQuery library. * Improvement: Disable Gravatar request. * Few minor bug fixes and improvement. = [2.2.4] - 2021-11-09 = * Added: Ajax pagination in Subsite area (Multisite network). * Added: Ajax search in Subsite area (Multisite network). * Added: "Disable Comments" navigation added inside Comments menu. * Few minor bug fixes and improvement. = [2.2.3] - 2021-10-25 = * Few minor bug fixes and improvement. = [2.2.2] - 2021-10-05 = * Added: "Select All" checkbox for subsites selection in a multisite network. * Few minor bug fixes and improvement. = [2.2.1] - 2021-09-26 = * Fixed: 100+ subsites limit issue in multisite network = [2.2.0] - 2021-09-22 = * New Feature: Configure Disable Comments on Subsites from Main Network in Multisite Network. * Improvement: UX Improvement. * Few minor bug fix and improvement. = [2.1.2] - 2021-06-20 = * Improvement: Fix for Attempt to read property "post_type" on null = [2.1.1] - 2021-04-06 = * Improvement: Compatible with WordPress 5.7 * Few minor bug fix and improvement = [2.1.0] - 2021-02-08 = * New Feature: Site wise settings in Multisite Network * Added: Some strings localization * Fixed: Delete Comments in Multisite * Few minor bug fix and improvement = [2.0.2] - 2020-12-01 = * Removed: Quick Setup Wizard * Improved: Redirection settings page after activation. * Fixed: Text-Domain Issue. = [2.0.1] - 2020-11-28 = * Bug Fix: Settings page URL issue fixed from plugins page. * Improvement: Quick Setup Wizard instructions. = [2.0.0] - 2020-11-28 = * Improved UI for Settings page * New feature: Manage Disable Comments settings with WP-CLI * New feature: Quick Setup Wizard * New feature: Disable Comments via REST-API * New feature: Disable Comments via XML-RPC = [1.11.0] - 2020-08-22 = * Introducing Delete Comment by Type - Contribution by garretthyder * PHP 7.4 Tested * WordPress 5.5 Compatible Tested = [1.10.3] - 2020-07-29 = * Minor fix - changelog backported. = 1.10.0 = * Disable "recent comments" Gutenberg block. = 1.9.0 = * Fix compatibility with WordPress 5.0 and above. * Remove deprecated "persistent mode" feature. = 1.8.0 = * Added `DISABLE_COMMENTS_ALLOW_DISCUSSION_SETTINGS` configuration. = 1.7.1 = * Small enhancements to hiding comment-related functionality in the admin. = 1.7 = * Dropped logic to try and hide the comments link from the Meta widget. Administrators should manually add styling to hide this link, or replace the Meta widget with an alternative. * Removed the `disable_comments_allow_persistent_mode` filter. Define `DISABLE_COMMENTS_ALLOW_PERSISTENT_MODE` instead. = 1.6 = * Added a tool for deleting comments in bulk. = 1.5.2 = * Fix Javascript errors when the Meta widget is enabled. * Hide comments link from the Welcome panel. = 1.5.1 = * Hide existing comments if there are any. * Filter the comments link in the Meta widget if it is enabled. = 1.5 = * Remove the comments feed link from the head in WP 4.4 and higher. = 1.4.2 = * Delay loading of translation text domain until all plugins are loaded. This allows plugins to modify translations. = 1.4 = * Hide the troublesome "persistent mode" option for all sites where it is not in use. This option will be removed in a future release. = 1.3.2 = * Compatibility updates and code refactoring for WordPress 4.3 * Adding a few new translations = 1.3.1 = * Change the behaviour for comment feed requests. This removes a potential security issue. = 1.3 = * Move persistent mode filter into a define. * Add an advanced option to show the theme's comment template even when comments are disabled. = 1.2 = * Allow network administrators to disable comments on custom post types across the whole network. = 1.1.1 = * Fix PHP warning when active_sitewide_plugins option doesn't contain expected data type. = 1.1 = * Attempt to hide the comments template ("Comments are closed") whenever comments are disabled. = 1.0.4 = * Fix CSRF vulnerability in the admin. Thanks to dxw for responsible disclosure. = 1.0.3 = * Compatibility fix for WordPress 3.8 = 1.0.2 = * Disable comment-reply script for themes that don't check comment status properly. * Add French translation = 1.0.1 = * Fix issue with settings persistence in single-site installations. = 1.0 = * Prevent theme comments template from being displayed when comments are disabled everywhere. * Prevent direct access to comment admin pages when comments are disabled everywhere. = 0.9.2 = * Make persistent mode option filter available all the time. * Fix redirection for feed requests * Fix admin bar filtering in WP 3.6 = 0.9.1 = * Short life in the wild. = 0.9 = * Added gettext support and German translation. * Added links to GitHub development repo. * Allow network administrators to prevent the use of persistent mode. = 0.8 = * Remove X-Pingback header when comments are completely disabled. * Disable comment feeds when comment are completely disabled. * Simplified settings page. = 0.7 = * Now supports Network Activation - disable comments on your entire multi-site network. * Simplified settings page. = 0.6 = * Add "persistent mode" to deal with themes that don't use filterable comment status checking. = 0.5 = * Allow temporary disabling of comments site-wide by ensuring that original comment statuses are not overwritten when a post is edited. = 0.4 = * Added the option to disable the Recent Comments template widget. * Bugfix: don't show admin messages to users who don't can't do anything about them. = 0.3.5 = * Bugfix: Other admin menu items could inadvertently be hidden when 'Remove the "Comments" link from the Admin Menu' was selected. = 0.3.4 = * Bugfix: A typo on the settings page meant that the submit button went missing on some browsers. Thanks to Wojtek for reporting this. = 0.3.3 = * Bugfix: Custom post types which don't support comments shouldn't appear on the settings page * Add warning notice to Discussion settings when comments are disabled = 0.3.2 = * Bugfix: Some dashboard items were incorrectly hidden in multisite = 0.3.1 = * Compatibility fix for WordPress 3.3 = 0.3 = * Added the ability to remove links to comment admin pages from the Dashboard, Admin Bar and Admin Menu = 0.2.1 = * Usability improvements to help first-time users configure the plugin. = 0.2 = * Bugfix: Make sure pingbacks are also prevented when comments are disabled. == Upgrade Notice == [Minor Update] Few minor bug fixes and improvement. {"id":2351,"date":"2023-02-14T16:34:40","date_gmt":"2023-02-14T16:34:40","guid":{"rendered":"https:\/\/fashionby.net\/?p=2351"},"modified":"2023-02-14T16:56:53","modified_gmt":"2023-02-14T16:56:53","slug":"axis-my-zone-credit-card-all-you-must-know-about-it","status":"publish","type":"post","link":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/","title":{"rendered":"Axis My Zone Credit Card – All You Must Know About It."},"content":{"rendered":"

Axis bank credit cards whether it is <\/span>Axis bank My Zone credit card<\/b><\/a> or Flipkart Axis bank credit card, all these cards provide benefits across distinct features like shopping, entertainment, and dining. Using such cards, you can get decent cash backs and discounts on popular sites like Swiggy, and AJIO alongside other benefits like complimentary airport lounge access and a complimentary SonyLiv annual membership. There are just a few lifetime free credit cards that come with such benefits in distinct categories. Read on to understand more about the Axis credit card, especially the Axis bank My Zone credit card and whether it would be a great match for you.\u00a0<\/span><\/p>\n

Axis bank My Zone credit card \u2013 benefits and features \u2013<\/b><\/p>\n

Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary annual sony liv subscription. Listed here are the important benefits of the Axis My Zone card \u2013\u00a0<\/span><\/p>\n

BOGO (buy one get one) free on movie tickets \u2013\u00a0<\/b><\/p>\n

Using My Zone credit card, you can avail 100 per cent discount on your second movie ticket through the Paytm movies app. Here are a few of the important points you must factor in \u2013\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Zero reward points are earned on the transactions for movie tickets.\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>To get the discount, use the code \u201cAXIS200\u201d.<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Maximum discount in a month per customer will be Rs 200.\u00a0<\/span><\/p>\n

40 per cent off on Swiggy \u2013<\/b><\/p>\n

Using this credit card, you may get 40 per cent off on delivery using Swiggy. Mentioned here are the details of the offer \u2013\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Highest discount you can receive is capped at Rs 120 for every order.\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Offer is valid on minimum spend equaling Rs 200.<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>You can get a discount of up to four times a month.\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Use the code \u201cAXIS40\u201d to get the discount<\/span><\/p>\n

Free SonyLiv subscription for a year \u2013\u00a0<\/b><\/p>\n

Using the credit card, you can get a free SonyLiv annual subscription on your initial spend within the initial 30 days of the issue of the credit card. If you are an eligible customer, you will receive the voucher through SMS on your registered phone number. Also, you are eligible for the renewal of your SonyLiv premium membership on spending an amount of Rs 1.50 lakh in the card anniversary year.\u00a0<\/span><\/p>\n

Also Check: <\/span>Flipkart Axis Bank Credit Card<\/b><\/a><\/p>\n

Rs 600 discount on spending through the Ajio platform \u2013\u00a0<\/b><\/p>\n

You can get a discount of Rs 600 at Ajio on a minimal expenditure of Rs 2,000. Use the coupon code i.e., AXISMYZONE to get the instant discount. Note that this deal is applicable just to select styles or products only.\u00a0<\/span><\/p>\n

Reward points \u2013\u00a0<\/b><\/p>\n

Using the Axis My Zone card, you get entitled to get EDGE rewards on every to buy you make as listed \u2013\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Four EDGE reward points on spending Rs 200 every time through the Axis credit card.\u00a0<\/span><\/p>\n

Note that zero reward points will be offered to you on expenditures for movies, EMI transactions and fuel. The EDGE reward points may be redeemed against various items, which include mobile accessories, vouchers, computer accessories, home d\u00e9cor, etc. Check out the Axis EDGE rewards terms and conditions catalogue available on the Axis website to enlighten yourself about the options you may get for redeeming your reward points. \u00a0<\/span><\/p>\n

What is the other crucial benefits Axis My Zone card?<\/b><\/p>\n

Listed here are the other important benefits of the Axis My Zone card \u2013\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Up to 20 per cent discount at partner restaurants under the program \u2018Dining Delights\u2019 in India.\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Convert your big-ticket transactions starting from Rs 2,500 into EMIs.<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>1 per cent fuel surcharge waiver (Maximum Rs 400 per credit card statement cycle) on fuel transactions from Rs 400 to Rs 4,000.\u00a0<\/span><\/p>\n

\u00a0<\/span><\/p>\n

What are the fees and charges incurred on Axis My Zone card?<\/b><\/p>\n\n\n\n\n\n\n\n
Type of charge and fees<\/b><\/td>\nAmount<\/b><\/td>\n<\/tr>\n
Annual or renewal charge<\/span><\/td>\nRs 500<\/span><\/td>\n<\/tr>\n
Joining fee<\/span><\/td>\nRs 500<\/span><\/td>\n<\/tr>\n
Finance charges<\/span><\/td>\n52.86 per cent per annum i.e., 3.6 per cent per month<\/span><\/td>\n<\/tr>\n
Late payment charges<\/span><\/td>\nFor outstanding amount \u2013\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>More than Rs 10,000 \u2013 Rs 1,200<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Between Rs 5,001 and Rs 10,000 \u2013 Rs 750<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Between Rs 501 and Rs 5,000 \u2013 Rs 500<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Less than Rs 500 – Nil<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/span><\/p>\n

What\u2019s the eligibility requirement for Axis My Zone card?<\/b><\/p>\n

\u00a0<\/b><\/p>\n

You as an applicant must meet the below-stated eligibility parameter to place an application for an Axis credit card \u2013\u00a0<\/span><\/p>\n\n\n\n\n\n
Criteria<\/b><\/td>\nInformation<\/b><\/td>\n<\/tr>\n
Age requirement<\/span><\/td>\nBetween 18 and 70 years<\/span><\/td>\n<\/tr>\n
Occupation\u00a0<\/span><\/td>\nSelf-employed or salaried<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/span><\/p>\n

Should you opt for the Axis My Zone card?<\/b><\/p>\n

\u00a0<\/b><\/p>\n

Besides the average features and benefits of online shopping and movies, the Axis card does not have anything else to offer you. However, we can say that this can still be kept because it comes with a low annual fee. It is an entry-level credit card, and it is best matched for those who are \u2013\u00a0<\/span><\/p>\n

\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Wants to get reward points on daily or regular transactions whether through the online or offline platform.\u00a0<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Go to a movie frequently and need a discount on the tickets.\u00a0<\/span><\/p>\n\n\n\n\n
Pros<\/b><\/td>\nCons<\/b><\/td>\n<\/tr>\n
\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Simple reward redemption option<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Decent cashback offer on movie ticket<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Satisfactory benefits on Swiggy, Ajio and Paytm.<\/span><\/td>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Low reward rate<\/span><\/p>\n

\u2219<\/span>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>Just 1 complimentary lounge access<\/span><\/p>\n

\u2219<\/span>\u00a0 \u00a0 \u00a0 \u00a0High-interest<\/span>\u00a0rate or finance charges i.e., 52.86 per cent per annum<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/span><\/p>\n

What are the other similar credit cards available in the market today?<\/b><\/p>\n

In case you are looking to avail other credit cards that provide similar benefits and features, you can check out these cards too \u2013<\/span><\/p>\n\n\n\n\n\n\n\n\n
Credit card name<\/b><\/td>\nAnnual charge or fee<\/b><\/td>\nKey benefits and features<\/b><\/td>\n<\/tr>\n
Citi cash back credit card<\/span><\/td>\nCommunicate at source<\/span><\/td>\n5 per cent cashback on telephone bill payments and utility payments and purchase of movie tickets.\u00a0<\/span><\/td>\n<\/tr>\n
SBI SimplyCLICK credit card<\/span><\/td>\nRs 499<\/span><\/td>\n10 X reward points on Apollo 24 X 7, Amazon, Cleartrip, BookMyShow, Lenskart, Eazydiner and Netmeds.\u00a0<\/span><\/td>\n<\/tr>\n
HSBC smart value credit card<\/span><\/td>\nNil<\/span><\/td>\n3 X reward points on dining, online spending, and telecom.<\/span><\/td>\n<\/tr>\n
Standard chartered super value titanium credit card\u00a0<\/span><\/td>\nRs 750\u00a0<\/span><\/td>\nOne reward point on spending Rs 150 every time.\u00a0<\/span><\/td>\n<\/tr>\n
HDFC Millennia credit card<\/span><\/td>\nRs 1,000<\/span><\/td>\n5 per cent cashback on Zomato, Uber, Tata CliQ, Swiggy, Myntra, Sony LIV, Flipkart, BookMyShow, Cult.Fit and Amazon.\u00a0<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"

Axis bank credit cards whether it is Axis bank My Zone credit card or Flipkart Axis bank credit card, all<\/p>\n","protected":false},"author":1,"featured_media":2352,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-2351","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"\nAxis My Zone Credit Card - All You Must Know About It. - Fashionby<\/title>\n<meta name=\"description\" content=\"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Axis My Zone Credit Card - All You Must Know About It. - Fashionby\" \/>\n<meta property=\"og:description\" content=\"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Fashionby\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-14T16:34:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-14T16:56:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1373\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/fashionby.net\/#\/schema\/person\/a98f7e2e1ff0031a873bd9a88d74ffb2\"},\"headline\":\"Axis My Zone Credit Card – All You Must Know About It.\",\"datePublished\":\"2023-02-14T16:34:40+00:00\",\"dateModified\":\"2023-02-14T16:56:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\"},\"wordCount\":983,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fashionby.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\",\"url\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\",\"name\":\"Axis My Zone Credit Card - All You Must Know About It. - Fashionby\",\"isPartOf\":{\"@id\":\"https:\/\/fashionby.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg\",\"datePublished\":\"2023-02-14T16:34:40+00:00\",\"dateModified\":\"2023-02-14T16:56:53+00:00\",\"description\":\"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary\",\"breadcrumb\":{\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage\",\"url\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg\",\"contentUrl\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg\",\"width\":1373,\"height\":768,\"caption\":\"Axis My Zone Credit Card\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fashionby.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Axis My Zone Credit Card – All You Must Know About It.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fashionby.net\/#website\",\"url\":\"https:\/\/fashionby.net\/\",\"name\":\"Fashionby\",\"description\":\"Do it with fashion or not at all\",\"publisher\":{\"@id\":\"https:\/\/fashionby.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fashionby.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fashionby.net\/#organization\",\"name\":\"Fashionby\",\"url\":\"https:\/\/fashionby.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fashionby.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2022\/05\/cropped-Untitled-design.png\",\"contentUrl\":\"https:\/\/fashionby.net\/wp-content\/uploads\/2022\/05\/cropped-Untitled-design.png\",\"width\":470,\"height\":344,\"caption\":\"Fashionby\"},\"image\":{\"@id\":\"https:\/\/fashionby.net\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/fashionby.net\/#\/schema\/person\/a98f7e2e1ff0031a873bd9a88d74ffb2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fashionby.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e66744858d864fcb9ec6df9b4723daf3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e66744858d864fcb9ec6df9b4723daf3?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/fashionby.net\"],\"url\":\"https:\/\/fashionby.net\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Axis My Zone Credit Card - All You Must Know About It. - Fashionby","description":"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/","og_locale":"en_US","og_type":"article","og_title":"Axis My Zone Credit Card - All You Must Know About It. - Fashionby","og_description":"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary","og_url":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/","og_site_name":"Fashionby","article_published_time":"2023-02-14T16:34:40+00:00","article_modified_time":"2023-02-14T16:56:53+00:00","og_image":[{"width":1373,"height":768,"url":"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#article","isPartOf":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/"},"author":{"name":"admin","@id":"https:\/\/fashionby.net\/#\/schema\/person\/a98f7e2e1ff0031a873bd9a88d74ffb2"},"headline":"Axis My Zone Credit Card – All You Must Know About It.","datePublished":"2023-02-14T16:34:40+00:00","dateModified":"2023-02-14T16:56:53+00:00","mainEntityOfPage":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/"},"wordCount":983,"commentCount":0,"publisher":{"@id":"https:\/\/fashionby.net\/#organization"},"image":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage"},"thumbnailUrl":"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg","articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/","url":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/","name":"Axis My Zone Credit Card - All You Must Know About It. - Fashionby","isPartOf":{"@id":"https:\/\/fashionby.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage"},"image":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage"},"thumbnailUrl":"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg","datePublished":"2023-02-14T16:34:40+00:00","dateModified":"2023-02-14T16:56:53+00:00","description":"Axis My Zone credit card provides benefits on the top brands like Swiggy, Paytm movies, and Ajio. Moreover, this card even offers a complimentary","breadcrumb":{"@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#primaryimage","url":"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg","contentUrl":"https:\/\/fashionby.net\/wp-content\/uploads\/2023\/02\/axis-myzone-credit-card.jpg","width":1373,"height":768,"caption":"Axis My Zone Credit Card"},{"@type":"BreadcrumbList","@id":"https:\/\/fashionby.net\/axis-my-zone-credit-card-all-you-must-know-about-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fashionby.net\/"},{"@type":"ListItem","position":2,"name":"Axis My Zone Credit Card – All You Must Know About It."}]},{"@type":"WebSite","@id":"https:\/\/fashionby.net\/#website","url":"https:\/\/fashionby.net\/","name":"Fashionby","description":"Do it with fashion or not at all","publisher":{"@id":"https:\/\/fashionby.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fashionby.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fashionby.net\/#organization","name":"Fashionby","url":"https:\/\/fashionby.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fashionby.net\/#\/schema\/logo\/image\/","url":"https:\/\/fashionby.net\/wp-content\/uploads\/2022\/05\/cropped-Untitled-design.png","contentUrl":"https:\/\/fashionby.net\/wp-content\/uploads\/2022\/05\/cropped-Untitled-design.png","width":470,"height":344,"caption":"Fashionby"},"image":{"@id":"https:\/\/fashionby.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/fashionby.net\/#\/schema\/person\/a98f7e2e1ff0031a873bd9a88d74ffb2","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fashionby.net\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e66744858d864fcb9ec6df9b4723daf3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e66744858d864fcb9ec6df9b4723daf3?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/fashionby.net"],"url":"https:\/\/fashionby.net\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/posts\/2351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/comments?post=2351"}],"version-history":[{"count":1,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/posts\/2351\/revisions"}],"predecessor-version":[{"id":2353,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/posts\/2351\/revisions\/2353"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/media\/2352"}],"wp:attachment":[{"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/media?parent=2351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/categories?post=2351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fashionby.net\/wp-json\/wp\/v2\/tags?post=2351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}