• 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)
  • Plugin Support Kellie (a11n)

    (@lavenderhaze)

    Hey there,

    Thanks for letting us know about this. I’ve opened an issue on Github for the WP Job Manager developer team to review:

    https://github.com/Automattic/WP-Job-Manager/issues/2424

    Feel free to subscribe to that Github issue for further updates. I’ll mark this forum thread as resolved since the issue will be discussed on Github moving forward.

    Thanks 🙂

Viewing 1 replies (of 1 total)

The topic ‘PHP 8.1 compatibility’ is closed to new replies.