Created
February 22, 2018 08:54
-
-
Save albionselimaj/1356d457e1ded00de947d336493445e0 to your computer and use it in GitHub Desktop.
Add listing form: Choose a package after entering listing details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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