2.6.15 Minor bug & fix, strpos
-
PHP Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /acf-frontend-form-element-pro/includes/elementor/classes/form_submit.php on line 37
PHP Notice: Undefined offset: 1 in /acf-frontend-form-element-pro/includes/elementor/classes/form_submit.php on line 40The fix: Wrong place of parameters (typo!): strpos($mystring, $findme);
Should be:
if( strpos( $post_id, ‘_’ ) !== ‘false’ ){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘2.6.15 Minor bug & fix, strpos’ is closed to new replies.