Plugin Directory

Changeset 2639815


Ignore:
Timestamp:
12/06/2021 05:59:33 AM (4 years ago)
Author:
outgrow
Message:

making changes to plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • outgrow/trunk/outgrow-api.php

    r2635661 r2639815  
    1 if ( ! defined( 'ABSPATH' ) ) exit;
     1<?php
     2    if ( ! defined( 'ABSPATH' ) ) {
     3        exit; // Exit if accessed directly
     4    }
     5?>
    26<?php
    37/*
     
    812Version: 2.0
    913*/
    10 
    1114//  include_once "callingDb.php";
    12 
    1315// $apis=array();
    14 
    1516// static $cArray=[];
    1617 class Outgrow_API_Class {
    17  
    1818    /**
    1919    * Constructor. Called when the plugin is initialised.
     
    2525            add_action( 'admin_enqueue_scripts', array( &$this, 'admin_scripts_css' ) );
    2626        }
    27 
    2827        static $header_script1;
    2928    }
    30 
    3129    /**
    3230    * Check if the current user can edit Posts or Pages, and is using the Visual Editor
     
    259257    //    api_Warning("Please add API Key");
    260258       ?>
    261        
    262259        <div class="add-api-msg" id="adding-api-key">
    263260            <h2>Please Add API KEY</h2>
     
    269266        }
    270267    </script>
    271 
    272268       <?php
    273269    }else{
     
    296292    }
    297293?>
    298  
    299294    <div class="super-class">
    300295    <!-- <div id="loader-div-class" class="loader-class" > -->
     
    343338       <br>
    344339    </div>
    345    
    346340    <?php
    347    
    348    
    349341    global $wpdb;
    350342    $optionAPI = "";
     
    356348        </div>
    357349<?php
    358     }
    359 
    360      
     350    }
    361351?>
    362    </form>
    363                    
     352   </form>           
    364353    </select>
    365354    </div>
     
    396385        <div id="get-calci-name"></div>
    397386<?php
    398        
    399387        include_once "view.php";               
    400    
    401388?>
    402389     
     
    417404   <?php
    418405}
    419 
    420406// delete API
    421407
     
    674660            </div>
    675661    <?php
    676    
    677 }
    678 
    679 
     662}
    680663?>
    681664
Note: See TracChangeset for help on using the changeset viewer.