WP Inventory Manager Default Configuration

Allows altering the default values of the configuration, or adding new configuration values.

apply_filters('wpim_default_config', $defaults);

Useful when writing an add-on that needs to store certain configuration values.

add_filter('wpim_default_config', 'my_custom_function');

function my_custom_function($config) {
    $config['my_new_config'] = 'A Default Value';
    $config['another_new_config'] = 'Some other Value';
    return $config;
}

Reviews on WordPress.org

Trusted by thousands of businesses

★★★★★

"Created an online museum for my club. Really impressive plugin. Support was responsive and helpful."

@hackrepair

★★★★★

"Excellent, clean, simple inventory management. Well structured code — use it right away or customize it to your liking."

@techlocally

★★★★★

"We purchased the entire suite. Installation was easy, small issues were fixed immediately, and the guidance during setup was invaluable."

@design4dotcom

★★★★★

"Plugin support was helpful and rapid. Highest mark."

@drgar

★★★★★

"Great support. Very thorough when looking for a solution, and upfront with exactly how to fix it or institute a workaround."

@shoidahl

★★★★★

"I used this plugin and eventually hired the developers for all my WordPress work. Responsive, competent, and clean code. Would recommend to anyone."

@justenhong