Plugin Directory

Changeset 2977330


Ignore:
Timestamp:
10/11/2023 06:47:56 AM (2 years ago)
Author:
tagmood
Message:

1.2.4

Location:
eadv-vip/tags
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • eadv-vip/tags/1.2.3/eadv-vip.php

    r2977329 r2977330  
    44Plugin URI: https://www.eadv.it
    55Description: Plugin riservato ai publishers VIP di eADV
    6 Version: 1.2.3
     6Version: 1.2.4
    77Author: TAGMOOD S.R.L.
    88Author URI: https://www.tagmood.it
     
    230230function eadv_insert_shortcode_every_n_paragraphs($content)
    231231{
    232     if(!is_singular() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) {
     232    if(!is_single() || (function_exists('is_amp_endpoint') && is_amp_endpoint())) {
    233233        return $content;
    234234    }
  • eadv-vip/tags/1.2.3/readme.txt

    r2977329 r2977330  
    44Requires at least: 5.1
    55Tested up to: 6.3
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88Plugin 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.