• Resolved yahyahaled

    (@yahyahaled)


    The function the_company_tagline shows Deprecated: strlen(): Passing null to parameter #1 ($string) of type string, please use ! empty function for this,

    if ( 0 === strlen( $company_tagline ) ) {
    		return;
    	}
    
    please consider this for the above code in wp-job-manager/wp-job-manager-template.php line 1093
    if ( 0 === strlen( $company_tagline ) ) {
    		return;
    	}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 8.1 compatibility’ is closed to new replies.