aioseo_thumbnail_size, fullsize
aioseo_thumbnail_size, fullsize
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_thumbnail_size, fullsize') is found 1 times:
- /app/Common/Social/Image.php line 66
*/ public function getImage( $type, $imageSource, $post = null ) { $this->type = $type; $this->post = $post; $this->thumbnailSize = apply_filters( 'aioseo_thumbnail_size', 'fullsize' ); $hash = md5( wp_json_encode( [ $type, $imageSource, $post ] ) ); static $images = []; if ( isset( $images[ $hash ] ) ) { return $images[ $hash ]; }