Changeset 2769757
- Timestamp:
- 08/12/2022 12:57:57 PM (4 years ago)
- File:
-
- 1 edited
-
dastra/trunk/dastra.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dastra/trunk/dastra.php
r2769750 r2769757 1 dastra-widget<?php1 <?php 2 2 /** 3 3 * @package Dastra 4 * @version 0.1. 34 * @version 0.1.4 5 5 * Plugin Name: Dastra 6 6 * Plugin URI: http://wordpress.org/plugins/dastra/ 7 7 * Description: Dastra is a cookie consent management platform 8 8 * Author: Dastra 9 * Version: 0.1. 39 * Version: 0.1.4 10 10 * Author URI: https://dastra.eu 11 11 * … … 141 141 } 142 142 143 144 143 $output = "<div id='dastra-cookie-consent' data-widgetid='". $widget_id ."' data-lang='". $locale ."'></div>"; 145 144 … … 150 149 } 151 150 152 echo$output;151 return $output; 153 152 }
Note: See TracChangeset
for help on using the changeset viewer.