Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created September 7, 2023 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/f10ec6c9cbab88faf2177ec33ce96908 to your computer and use it in GitHub Desktop.
Save tripflex/f10ec6c9cbab88faf2177ec33ce96908 to your computer and use it in GitHub Desktop.
Disable CSV multi field output on WorkScout Overview Area with WP Job Manager Field Editor
<?php
add_filter( 'field_editor_workscout_overview_output_csv', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment