Changeset 2977337
- Timestamp:
- 10/11/2023 06:55:50 AM (2 years ago)
- Location:
- eadv-vip
- Files:
-
- 2 edited
- 3 copied
-
tags/1.2.6 (copied) (copied from eadv-vip/trunk)
-
tags/1.2.6/eadv-vip.php (copied) (copied from eadv-vip/trunk/eadv-vip.php) (2 diffs)
-
tags/1.2.6/readme.txt (copied) (copied from eadv-vip/trunk/readme.txt) (1 diff)
-
trunk/eadv-vip.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eadv-vip/tags/1.2.6/eadv-vip.php
r2977334 r2977337 4 4 Plugin URI: https://www.eadv.it 5 5 Description: Plugin riservato ai publishers VIP di eADV 6 Version: 1.2. 56 Version: 1.2.6 7 7 Author: TAGMOOD S.R.L. 8 8 Author URI: https://www.tagmood.it … … 230 230 function eadv_insert_shortcode_every_n_paragraphs($content) 231 231 { 232 if(!is_sing ular() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) {232 if(!is_single() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) { 233 233 return $content; 234 234 } -
eadv-vip/tags/1.2.6/readme.txt
r2977334 r2977337 4 4 Requires at least: 5.1 5 5 Tested up to: 6.3 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 License: GPLv2 or later 8 8 Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt e delle direttive per l'ottimizzazione del CLS -
eadv-vip/trunk/eadv-vip.php
r2977334 r2977337 4 4 Plugin URI: https://www.eadv.it 5 5 Description: Plugin riservato ai publishers VIP di eADV 6 Version: 1.2. 56 Version: 1.2.6 7 7 Author: TAGMOOD S.R.L. 8 8 Author URI: https://www.tagmood.it … … 230 230 function eadv_insert_shortcode_every_n_paragraphs($content) 231 231 { 232 if(!is_sing ular() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) {232 if(!is_single() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) { 233 233 return $content; 234 234 } -
eadv-vip/trunk/readme.txt
r2977334 r2977337 4 4 Requires at least: 5.1 5 5 Tested up to: 6.3 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 License: GPLv2 or later 8 8 Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt e delle direttive per l'ottimizzazione del CLS
Note: See TracChangeset
for help on using the changeset viewer.