We have just switched our website (which is still under development and not available for general viewing at this time) to use php 7.3 and are now getting the following in the error log:
PHP Notice: A non well formed numeric value encountered in /home/axessfoto/public_html/wp-content/themes/anima/includes/custom-styles.php on line 596
The reported line is:
header-page-title .entry-title { font-size: <?php echo absint( $anima_ftitlessize – 50 ) ?>%;
Has anyone else seen this?
Actually we’ve tracked this down to an incorrect data value (changing its type from number to string) in the options defaults. We’ll get it sorted out in the upcoming updates.