Plugin Directory

Changeset 2025423


Ignore:
Timestamp:
02/05/2019 06:32:36 PM (7 years ago)
Author:
canvasflow
Message:

Rebuild plugin

Location:
canvasflow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • canvasflow/trunk/canvasflow-plugin.php

    r2025418 r2025423  
    4444    function __construct() {
    4545        $this->wpdb = $GLOBALS['wpdb'];
    46         $this->version = "1.5.2";
    4746        $this->canvasflow_db = new Canvasflow_DB();
    4847       
  • canvasflow/trunk/includes/canvasflow-api.php

    r2025418 r2025423  
    7171            if($this->canvasflow_shortcodes != null) {
    7272                $this->canvasflow_shortcodes->register();
     73            } else {
     74                echo '<script>console.log("Shortcodes are null")</script>';
    7375            }
    7476
     
    8183            if($this->canvasflow_shortcodes != null) {
    8284                $this->canvasflow_shortcodes->unregister();
     85            }  else {
     86                echo '<script>console.log("Shortcodes are null")</script>';
    8387            }
    8488
     
    8993            if($title_in_content == 1) {
    9094                $content = "<h1>{$post_title}</h1>".$content;
    91             }
     95            } 
    9296           
    9397            // Uncomment this to ignore shortcodes
Note: See TracChangeset for help on using the changeset viewer.