Module::calculate_images( int $total_images, array $wpm )
Adds additional reading time for images
Description
Calculate additional reading time added by images in posts. Based on calculations by Medium. https://blog.medium.com/read-time-and-you-bc2048ab620c
Parameters
- $total_images
-
(Required) number of images in post.
- $wpm
-
(Required) words per minute.
Return
(int) Additional time added to the reading time by images.
Source
File: includes/modules/blog_pro/module.php
Expand full source code Collapse full source code View on Github