We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The saltus_models_path filter will allow you to change the default src/models folder path that the framework uses to look for model files.
saltus_models_path
src/models
Usage:
add_filter('saltus_models_path','my_plugin_model_path'); function my_plugin_model_path( $path ){ return 'includes/models'; }
Home
Including the framework