Description
Allows you to filter the file name of the wp-members-pluggable.php file that is used for loading plugged functions.
Parameters
$file
(string)(required) The file name to load plugged functions.
Changelog
Introduced in 2.9.0
Source
wpmem_plugins_file is located in wp-members.php
Usage
add_filter( 'wpmem_plugins_file', 'wpmem_my_pluggable_file' ); functions wpmem_my_pluggable_file( $file ) { return WP_PLUGIN_DIR . '/my_wpmem_pluggable_file.php'; }
See a list of all filter and action hooks