tags in AMP pages. * * @since 1.9 * * @param bool $allow True to allow the use of tags (default). False to prevent their use. * @return bool */ function imagify_amp_disable_picture_on_endpoint( $allow ) { return $allow && ! is_amp_endpoint(); }; endif;