: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Builder Plugin Compatibility Code
* @package Themify_Builder
* @subpackage Themify_Builder/classes
* @link https://wordpress.org/plugins/wp-job-manager/
class Themify_Builder_Plugin_Compat_WPJobManager {
add_filter( 'themify_builder_query_post', array( __CLASS__, 'themify_builder_query_post' ) );
* Fix missing Job Types taxonomy selector
public static function themify_builder_query_post(array $types ):array {
$types['job_listing']['options'] = array(
'job_listing_type' => array( 'name' => __( 'Job Types', 'themify' ) ),