This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python3 | |
| import json | |
| import sys | |
| def main() -> int: | |
| if len(sys.argv) != 2: | |
| return 1 | |
| payload = json.loads(sys.argv[1]) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * Supported properties -> typography , background , background-color , padding ,padding-left ,padding-right ,padding-top ,padding-bottom | |
| margin , margin-left , margin-right, margin-bottom, font-size, opacity, color , border , border-left , border-top, border-right , border-bottom | |
| */ | |
| 'styles' => array( | |
| 'format' => 'new', // this is important it should be there | |
| esc_html__("Button Styling",'artlgnc_localize') => array( | |
| "properties" => array('typography' , 'padding' ,'background', 'box-shadow', 'border' ), | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * gallery Template for RAD BUILDER | |
| */ | |
| global $ioa_helper, $ioa_super_options , $ioa_meta_data , $wpdb,$radunits; | |
| $w = $ioa_meta_data['widget']['data']; | |
| $rad_attrs = array(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * The Function to display default hover for the theme | |
| * | |
| * @package WordPress | |
| * @subpackage ASI Theme | |
| * @since IOA Framework V 3.5 | |
| */ | |
| global $ioa_meta_data,$ioa_portfolio_slug; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * The Template for showing Head Units | |
| * | |
| * @package WordPress | |
| * @subpackage ASI Theme | |
| * @since IOA 3.5 | |
| */ | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * Cart Page | |
| * | |
| * @author WooThemes | |
| * @package WooCommerce/Templates | |
| * @version 2.3.8 | |
| */ | |
| if ( ! defined( 'ABSPATH' ) ) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * The Template for showing Head Units | |
| * | |
| * @package WordPress | |
| * @subpackage ASI Theme | |
| * @since IOA 3.5 | |
| */ | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * This template creates a RAD Section | |
| * All Components are available in Templates -> rad folder | |
| * @since IOA Framework V3 | |
| */ | |
| global $ioa_meta_data; | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * The Template for displaying Pages. | |
| * | |
| * @package WordPress | |
| * @subpackage ASI Theme | |
| * @since IOA 3.5 | |
| */ | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * RAD Template for Pricing Tables View | |
| * | |
| * */ | |
| global $ioa_super_options , $ioa_meta_data , $radunits; | |
NewerOlder