Changeset 2162845
- Timestamp:
- 09/25/2019 10:42:19 AM (6 years ago)
- Location:
- pymseo/trunk/includes
- Files:
-
- 1 added
- 1 edited
-
funciones_wp.php (modified) (1 diff)
-
plugins/remove-category-url.php (added)
Legend:
- Unmodified
- Added
- Removed
-
pymseo/trunk/includes/funciones_wp.php
r2162779 r2162845 739 739 $this->hook( 'template_redirect' ); 740 740 $this->hook( 'pymseo_cdn_content', 'filter' ); 741 $this->hook( ' pymseo_cdn_calculate_image_srcset', 'srcset' );741 $this->hook( 'wp_calculate_image_srcset', 'srcset' ); 742 742 $this->site_domain = parse_url( get_bloginfo( 'url' ), PHP_URL_HOST ); 743 743 $this->cdn_domain = get_option( 'pymseoCDNHosts' );
Note: See TracChangeset
for help on using the changeset viewer.