Customize the directory used in SearchWP Modal Form's template loader
<?php | |
add_filter( 'searchwp_modal_form_template_dir', function( $dir ) { | |
return 'my-searchwp-modal-forms'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment