Plugin Directory

Changeset 2162845


Ignore:
Timestamp:
09/25/2019 10:42:19 AM (6 years ago)
Author:
pymsol
Message:

Reupdate 1.3.2

Location:
pymseo/trunk/includes
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • pymseo/trunk/includes/funciones_wp.php

    r2162779 r2162845  
    739739                $this->hook( 'template_redirect' );
    740740                $this->hook( 'pymseo_cdn_content', 'filter' );
    741                 $this->hook( 'pymseo_cdn_calculate_image_srcset', 'srcset' );
     741                $this->hook( 'wp_calculate_image_srcset', 'srcset' );
    742742                $this->site_domain = parse_url( get_bloginfo( 'url' ), PHP_URL_HOST );
    743743                $this->cdn_domain = get_option( 'pymseoCDNHosts' );
Note: See TracChangeset for help on using the changeset viewer.