tonesque_image_url, $this->image_url

tonesque_image_url, $this->image_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('tonesque_image_url, $this->image_url') is found 2 times:

  • /_inc/lib/tonesque.php line 58
    			 * @since 2.5.0
    			 *
    			 * @param string $image_url The URL to any image
    			 */
    			$this->image_url = apply_filters( 'tonesque_image_url', $this->image_url );
    
    			$this->image_obj = self::imagecreatefromurl( $this->image_url );
    		}
    
    		/**
    		 * Get an image object from a URL.
    
  • /jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib/tonesque.php line 56
    			 * @since 2.5.0
    			 *
    			 * @param string $image_url The URL to any image
    			 */
    			$this->image_url = apply_filters( 'tonesque_image_url', $this->image_url );
    
    			$this->image_obj = self::imagecreatefromurl( $this->image_url );
    		}
    
    		/**
    		 * Get an image object from a URL.