Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Created February 22, 2018 08:54
Show Gist options
  • Save albionselimaj/1356d457e1ded00de947d336493445e0 to your computer and use it in GitHub Desktop.
Save albionselimaj/1356d457e1ded00de947d336493445e0 to your computer and use it in GitHub Desktop.
Add listing form: Choose a package after entering listing details
<?php
// Careful: Field visibility options will be ignored with this flow
add_filter( 'pre_option_job_manager_paid_listings_flow', function() {
return 'after';
}, 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment